Closed
Bug 268462
Opened 21 years ago
Closed 21 years ago
Mixed RESOLVED/VERIFIED states cannot be mass-closed
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: shane.h.w.travis, Assigned: shane.h.w.travis)
Details
Attachments
(1 file)
|
914 bytes,
patch
|
jouni
:
review+
|
Details | Diff | Splinter Review |
1. Query for all RESOLVED bugs, 'Change several bugs at once', and you can set
them all to CLOSED.
2. Query for all VERIFIED bugs, 'Change several bugs at once', and you can set
them all to CLOSED.
3. Query for all RESOLVED or VERIFIED bugs, 'Change several bugs at once'. The
option to close them does not present itself.
Under 2.16.7, you could only CLOSE items if they were all VERIFIED. Bug 239826
changed this to RESOLVED or VERIFIED, but the logic in the patch was incorrect,
because it did not take into account that it was still inside the "IF
bugstatuses.size == 1" conditional.
This patch accomplishes what that author was trying to do.
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Comment 2•21 years ago
|
||
This is a defect in 2.18rc3 (albeit a very minor one), so it seems to me it
should be patched before final release of 2.18.
Status: NEW → ASSIGNED
Flags: blocking2.18?
| Assignee | ||
Updated•21 years ago
|
Attachment #165196 -
Flags: review?(justdave)
| Assignee | ||
Updated•21 years ago
|
Flags: approval2.18?
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 165196 [details] [diff] [review]
Patch against 2.18rc3/tip to allow mixed RESOLVED/VERIFIED to be mass-closed.
very small bug, very small patch. Learning the process, and not asking Dave to
do everything. Jouni, could you please take a quick look-see?
Attachment #165196 -
Flags: review?(justdave) → review?(jouni)
Comment 4•21 years ago
|
||
Comment on attachment 165196 [details] [diff] [review]
Patch against 2.18rc3/tip to allow mixed RESOLVED/VERIFIED to be mass-closed.
r=jouni
Attachment #165196 -
Flags: review?(jouni) → review+
Updated•21 years ago
|
Flags: blocking2.18?
Flags: blocking2.18+
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
OS: Windows 2000 → All
Comment 5•21 years ago
|
||
Checking in template/en/default/list/edit-multiple.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl,v
<-- edit-multiple.html.tmpl
new revision: 1.21; previous revision: 1.20
done
Checking in template/en/default/list/edit-multiple.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl,v
<-- edit-multiple.html.tmpl
new revision: 1.17.2.3; previous revision: 1.17.2.2
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
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
•