Closed
Bug 93006
Opened 23 years ago
Closed 23 years ago
Changing several bug at once defaults to "Reassign" checkbox.
Categories
(Bugzilla :: Query/Bug List, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: skasinathan, Assigned: jacob)
References
Details
(Whiteboard: mass_change)
Attachments
(1 file)
576 bytes,
patch
|
caillon
:
review+
|
Details | Diff | Splinter Review |
1. Query bugzilla based on some conditions.
2. Click "Change several bugs at once link".
3. Select the drop down list box to resolve the bug to Wontfix. Note that the
checkbox for Reassign is selected.
Assignee | ||
Comment 1•23 years ago
|
||
The problem here is that when the multi-change form is generated, it does
something like:
if (list is full of UNCONFIRMED) {
print The option button to Confirm bugs
}
$knum++;
So it incriments $knum regardless of if it prints the option button.
Assignee | ||
Comment 2•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.16
Comment 7•23 years ago
|
||
Does this cause data corruption? If so, it should go into the trunk in 2.14.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•23 years ago
|
Component: Bugzilla → Query/Bug List
Product: Webtools → Bugzilla
Version: Bugzilla 2.13 → 2.13
Updated•23 years ago
|
Whiteboard: mass_change
Comment 8•23 years ago
|
||
Comment on attachment 44171 [details] [diff] [review]
patch
r=caillon
Attachment #44171 -
Flags: review+
Assignee | ||
Comment 9•23 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 10•21 years ago
|
||
*** Bug 212454 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
•