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 141365 - bugzilla discards keywords assigned at initial bug creation
bugzilla discards keywords assigned at initial bug creation
Status: RESOLVED FIXED
Product: bugzilla.gnome.org
Classification: Infrastructure
Component: general
unspecified
Other All
: High major
: ---
Assigned To: Bugzilla Maintainers
Bugzilla Maintainers
: 149312 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-04-29 09:23 UTC by bill.haneman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Untested: init @keywordlist to allow initial keywords (1.28 KB, patch)
2004-08-29 21:06 UTC, Olav Vitters
needs-work Details | Review
init @keywordlist to allow initial keywords, try 2 (1.93 KB, patch)
2004-08-29 22:59 UTC, Olav Vitters
none Details | Review

Description bill.haneman 2004-04-29 09:23:39 UTC
create a new bug, adding keywords.
revisit the bug.  Note that keywords are not present.
Comment 1 bill.haneman 2004-05-25 18:10:10 UTC
ping?  Anybody home?
Comment 2 Christian Rose 2004-08-04 18:11:13 UTC
*** Bug 149312 has been marked as a duplicate of this bug. ***
Comment 3 Andrew Sobala 2004-08-29 17:02:13 UTC
I'm intending to look at this sometime soon, but this is really irritating.
Comment 4 Olav Vitters 2004-08-29 21:06:11 UTC
Created attachment 31065 [details] [review]
Untested: init @keywordlist to allow initial keywords

Bugzilla 2.16.6 doesn't allow intial keywords. davef copy and pasted some code
(search for davef in post_bug.cgi) to allow this, but forgot to copy and paste
the @keywordlist part.

Official Bugzilla cvs requires editbugs permission to set initial keywords.

Note: patch is untested copy&paste code.
Comment 5 Andrew Sobala 2004-08-29 22:04:01 UTC
Comment on attachment 31065 [details] [review]
Untested: init @keywordlist to allow initial keywords

I've tried applying this, it doesn't work :/ Haven't had time to debug though.
Comment 6 Olav Vitters 2004-08-29 22:59:23 UTC
Created attachment 31070 [details] [review]
init @keywordlist to allow initial keywords, try 2

This should work, removed :: from $::keywordaction and @::keywordlist. Keywords
now work in my local bugzilla-new setup.
Comment 7 Andrew Sobala 2004-08-30 00:12:18 UTC
Yup, committed and works :)

Thanks
Comment 8 Christian Rose 2004-08-30 08:18:49 UTC
Many thanks to all of you!
Comment 9 Christian Rose 2004-08-30 15:09:19 UTC
I still can't get this to work -- http://bugzilla.gnome.org/enter_bug.cgi still
eats the keywords I assign when initially reporting a bug.
Comment 10 Andrew Sobala 2004-08-30 15:20:12 UTC
Must have forgotten to do a final cvs update - updating the server fixed it.