Closed
Bug 232554
Opened 19 years ago
Closed 19 years ago
flag remains set but inaccessible, when product changes
Categories
(Bugzilla :: Attachments & Requests, defect)
Bugzilla
Attachments & Requests
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: mjl+bmo, Assigned: mkanat)
References
()
Details
Attachments
(1 file)
1.06 KB,
patch
|
bbaetz
:
review+
myk
:
review+
|
Details | Diff | Splinter Review |
b.m.o. bug 227727 was filed on the Firebird product, and the blocking0.8? flag was set. The bug was then reassigned to the Browser product. It still has the blocking0.8? flag set, and so shows up in queries, but it's not possible to change the flag to blocking0.8- (without changing the product back, changing the flag, and changing the product again). Flags which don't apply to the new product should be cleared when the product is changed (or alternatively, set flags should continue to show even after the product changes, but that doesn't seem like the way to go to me)
Updated•19 years ago
|
Blocks: rt-clean-up
Assignee | ||
Comment 1•19 years ago
|
||
I understand the SQL pretty well from fixing bug 228917, now, and having hours-long discussions with Matty about it. I could probably take this. I figure that you've already got more Bugzilla bugs assigned to you than anybody else, myk. If you want it, though, feel free to take it back. -M
Assignee: myk → mkanat
OS: Windows 2000 → All
Hardware: PC → All
Comment 2•19 years ago
|
||
You are welcome to it. :-)
Assignee | ||
Comment 4•19 years ago
|
||
Um, bug 232705 may explain this...? -M
Assignee | ||
Comment 5•19 years ago
|
||
Oh, no, bug 232705 isn't related. That takes a type_id, and we're talking about a single bug_id, here. -M
Assignee | ||
Comment 6•19 years ago
|
||
I believe that this is the minimal fix needed for this code to work. I'm not sure *what* this code was doing before -- I certainly hope that random flags weren't disappearing. :-) I've tested this, a bit. The SQL so far seems to return the correct results and to clear flags correctly. Anybody care to test it further? I'll test it more later, if I get some time. -M
Assignee | ||
Comment 7•19 years ago
|
||
Comment on attachment 140287 [details] [diff] [review] Minimal fix My testing shows this to be correct, if unwieldy and strange. bbaetz, I recall that you actually understood this code, last time we talked about it... I think... :-)
Attachment #140287 -
Flags: review?(bbaetz)
Comment 8•19 years ago
|
||
Comment on attachment 140287 [details] [diff] [review] Minimal fix Yeah, this looks right. Myk, do you want to double check this?
Attachment #140287 -
Flags: review?(myk)
Attachment #140287 -
Flags: review?(bbaetz)
Attachment #140287 -
Flags: review+
Updated•19 years ago
|
Flags: blocking2.18?
Flags: approval?
Updated•19 years ago
|
Flags: blocking2.18? → blocking2.18+
Target Milestone: --- → Bugzilla 2.18
Comment 9•19 years ago
|
||
this is still waiting for myk's review. he said on irc yesterday he hadn't got to it yet.
Flags: approval?
Comment 10•19 years ago
|
||
Comment on attachment 140287 [details] [diff] [review] Minimal fix Looks good, works right. r=myk
Attachment #140287 -
Flags: review?(myk)
Updated•19 years ago
|
Flags: approval+
Comment 11•19 years ago
|
||
Checking in Bugzilla/Flag.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/Flag.pm,v <-- Flag.pm new revision: 1.17; previous revision: 1.16 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•10 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
•