After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 591955 - Submitting a patch requires a valid status but the status cannot be set
Submitting a patch requires a valid status but the status cannot be set
Status: RESOLVED FIXED
Product: bugzilla.gnome.org
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Urgent major
: ---
Assigned To: Bugzilla Maintainers
Bugzilla Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-16 10:38 UTC by Nicola Fontana
Modified: 2009-08-16 21:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola Fontana 2009-08-16 10:38:48 UTC
After selecting the "patch" checkbox I got this error:

> You must select a valid status for the attachment.

but in the "Create New Attachment" form the Status is a "none" label and I didn't find any way to change it. Deselecting "patch" let the attachment be sent.
Comment 1 Owen Taylor 2009-08-16 13:31:59 UTC
The problem here is that if you don't have 'editbugs', then the HTML gets generated without any sort of form element for the status - the field template with editable false is just a label.

Seems likely best to accept posts without the attachments.status label, since saying that someone not in editbugs has to provide attachments.status and it has to be exactly 'none' is a bit weird.
Comment 2 Max Kanat-Alexander 2009-08-16 21:06:08 UTC
Okay, fixed it by always defaulting to a status of "none" when you aren't in editbugs.

Committing to: /var/www/html/everythingsolved.com/bzr/gnome/3.4/                                                                                                 
modified Bugzilla/Attachment.pm
Committed revision 6655.