Closed
Bug 180978
Opened 23 years ago
Closed 23 years ago
Adding keyword from enter_bug doesn't update keyword cache
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bbaetz, Assigned: bbaetz)
References
Details
Attachments
(1 file)
|
983 bytes,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
When you enter a bug from the enter_bug page, post_bug doesn't update the
keyword cache on the bugs table, so subsequent modifications show the first
other person to do anything as having made teh change, in both bug mail and teh
activity log
Patch coming.
The keyword cache is evil ;)
| Assignee | ||
Comment 1•23 years ago
|
||
Here we go. Code basically grabbed from process_bug, with a couple of
simplifications since we know that there we no keywords on teh bug to start
with...
| Assignee | ||
Updated•23 years ago
|
Attachment #106843 -
Flags: review?(myk)
Comment 2•23 years ago
|
||
Comment on attachment 106843 [details] [diff] [review]
patch
Yup, that's it. r=myk
Attachment #106843 -
Flags: review?(myk) → review+
Updated•23 years ago
|
Flags: approval+
| Assignee | ||
Comment 3•23 years ago
|
||
Fixed in CVS
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
*** Bug 180561 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•