Closed
Bug 573170
Opened 15 years ago
Closed 15 years ago
Make set_all set keywords consistently with how other fields are set.
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
|
3.32 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
To prepare for the implementation of Bug.update, we should make set_all set keywords in the same way that other fields are set, with "add/remove/set".
This also modifies _check_keywords to take an array in addition to a string, to prepare us for Bug.update.
| Assignee | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
Comment on attachment 452379 [details] [diff] [review]
v1
Looks good and works as expected. r=dkl
Attachment #452379 -
Flags: review?(dkl) → review+
Updated•15 years ago
|
Flags: approval?
| Assignee | ||
Updated•15 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 3•15 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified process_bug.cgi
modified Bugzilla/Bug.pm
Committed revision 7236.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•