Closed (fixed)
Project:
Project
Version:
x.y.z
Component:
Issues
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2006 at 22:49 UTC
Updated:
20 Aug 2006 at 19:26 UTC
Jump to comment: Most recent
While a patch attachment works for any subsequent replies to issues, the current version of Project module running on Drupal.org loses the file attachments.
Comments
Comment #1
dwwi can reproduce this on a local cvs test site, too, so it's definitely a bug in project, not something weird with drupal.org...
Comment #2
dwwi'm pretty sure the problem lies in project_issue_node_form_validate(), with these lines:
we shouldn't be trying to modify $form_values from inside validate() without a #ref (see #56959). chx pointed me to the comment_upload module in contrib as an example of how to do this kind of thing correctly... i still don't have time to roll a patch, so if anyone else wants to take this, please do!
thanks,
-derek
Comment #3
Anonymous (not verified) commentedis this one still alive? i can't reproduce it.
Comment #4
dwwweird, i don't know what changed that could have fixed this, since the suspicious code in
project_issue_node_form_validate()is still there. but yeah, it seems to be working fine on d.o and on a local 4.7 test site again. strange.