Closed
Bug 274456
Opened 20 years ago
Closed 20 years ago
Problems with "mark as new" checkbox
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bugzilla, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
1.96 KB,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
When attempting to move an unconfirmed bug using the "Reassign bug to owner and
QA contact of selected component" radio button, clicking that button also
checked off the "and confirm bug (change status to NEW)" of the *above* radio
button ("Reassign bug to").| Reporter | ||
Comment 1•20 years ago
|
||
Wrong component. Taking a stab at a better one.
Assignee: justdave → myk
Component: Bug Import/Export & Moving → Creating/Changing Bugs
| Assignee | ||
Comment 2•20 years ago
|
||
(In reply to comment #0) > When attempting to move an unconfirmed bug using the "Reassign bug to owner and > QA contact of selected component" radio button, clicking that button also > checked off the "and confirm bug (change status to NEW)" of the *above* radio > button ("Reassign bug to"). Yeah... I have seen this for a long time already, but I don't think the status of the bug gets modified, isn't it? Hummm... I cannot find a dupe, strange! :) I might consider this in the near future if nobody takes it before. ;)
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > Yeah... I have seen this for a long time already, but I don't think the status > of the bug gets modified, isn't it? I don't know if it does or not. I didn't want the bug I was working on marked new, so I unchecked it.
| Assignee | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > I don't know if it does or not. I didn't want the bug I was working on marked > new, so I unchecked it. This is a good reason to get it fixed very quickly. This can be very annoying/confusing, even if the bug remains unconfirmed. I think this affects 2.18 also, so requesting them as blockers for both versions.
Flags: blocking2.20?
Flags: blocking2.18?
| Assignee | ||
Comment 5•20 years ago
|
||
Grrr!! I could not understand why this problem did not appear on my installation and I realized after 15 minutes this was because I already fixed this bug a few weeks ago, but I never opened a bug for that because I considered it as minor(*)! :( So the fix is trivial and will come in 10 minutes! (*) To be honest, this fix was included in my patch for bug 266579. ;)
Assignee: myk → LpSolit
| Assignee | ||
Comment 6•20 years ago
|
||
This is not a regression as this already existed in 2.18! This is due to a missing </label> tag, which means that 2.16 is not affected as that version does not use labels.
No longer blocks: bmo-regressions-0412
Severity: normal → major
Status: NEW → ASSIGNED
Keywords: regression
OS: Windows 2000 → All
Hardware: PC → All
Version: unspecified → 2.19.1
Comment 8•20 years ago
|
||
Comment on attachment 168660 [details] [diff] [review] add the missing </label> Since this is for 2.18 and modifies the templates, I guess it will tickle justdave in a wrong way. Oh well.
Attachment #168660 -
Flags: review? → review+
Updated•20 years ago
|
Flags: approval?
Flags: approval2.18?
Target Milestone: --- → Bugzilla 2.18
Comment 9•20 years ago
|
||
and where's the patch for the trunk, or does this one apply? This is broken on the tip still (since it got reported against b.m.o)
Flags: blocking2.20?
Flags: blocking2.20+
Flags: blocking2.18?
Flags: blocking2.18+
Flags: approval?
Flags: approval2.18?
| Assignee | ||
Comment 10•20 years ago
|
||
(In reply to comment #9) > and where's the patch for the trunk, or does this one apply? > > This is broken on the tip still (since it got reported against b.m.o) This patch is for both the trunk and 2.18!
| Assignee | ||
Comment 11•20 years ago
|
||
Requesting again for approval as this patch works for both versions. FYI, I wrote it based on the trunk.
Flags: approval?
Flags: approval2.18?
Comment 12•20 years ago
|
||
(In reply to comment #10) > This patch is for both the trunk and 2.18! Ah, but you didn't say that (and then vladd said it was for 2.18, so I got confused ;) check in at will! :)
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
Comment 13•20 years ago
|
||
I said the bug is for 2.18, not the patch :), but heh, I guess it doesn't matter anymore :) Checking in template/en/default/bug/knob.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/knob.html.tmpl,v <-- knob.html.tmpl new revision: 1.9; previous revision: 1.8 done Checking in template/en/default/bug/knob.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/knob.html.tmpl,v <-- knob.html.tmpl new revision: 1.6.2.2; previous revision: 1.6.2.1 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•20 years ago
|
Blocks: bmo-regressions-0412
| Assignee | ||
Comment 14•20 years ago
|
||
*** Bug 275062 has been marked as a duplicate of this bug. ***
Updated•12 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
•