Closed (fixed)
Project:
Version Control / Project* integration
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Major
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
14 Feb 2011 at 20:58 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rfaysubscribe. Thanks!
Comment #2
dwwOkay, this should do it, based on local testing. However, I'd like to try it on git-dev to be sure. ;)
While working on this, I noticed a bug in the existing code which this patch also fixes. There's a PHP notice in project/release/includes/release_node_form.inc when saving a release node edit, since the 'tag' value is no longer present in $form_state['values'] where project_release is looking for it. The result is that the value in {project_release_nodes}.tag gets emptied, which is problematic for packaging. So, this patch also fixes that bug.
Comment #3
dwwCommitted to HEAD of vc_project. I believe this will automatically get deployed on the next git-dev rebuild. I can manually deploy this sooner if needed.