Closed
Bug 90333
Opened 24 years ago
Closed 24 years ago
Bulk change of no bugs gives software error.
Categories
(Bugzilla :: Creating/Changing Bugs, defect, P4)
Tracking
()
VERIFIED
FIXED
Bugzilla 2.16
People
(Reporter: CodeMachine, Assigned: myk)
References
Details
(Whiteboard: mass_change)
Attachments
(1 file)
|
629 bytes,
patch
|
jacob
:
review+
jacob
:
review+
|
Details | Diff | Splinter Review |
If you try to do a bulk change, don't select any bugs and click Commit you'll
get a software error:
Software error:
SELECT bit, bit & 9223372036854775807 != 0, bit & bugs.groupset != 0
FROM groups, bugs
WHERE isbuggroup != 0 AND bug_id =
ORDER BY bit
: You have an error in your SQL syntax near 'ORDER BY bit
' at line 4 at globals.pl line 205.
| Reporter | ||
Updated•24 years ago
|
Priority: -- → P4
Target Milestone: --- → Bugzilla 2.16
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
-> myself for the fix
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•24 years ago
|
Component: Bugzilla → Creating/Changing Bugs
Product: Webtools → Bugzilla
Version: Bugzilla 2.13 → 2.13
Updated•24 years ago
|
Whiteboard: mass_change
Comment 5•24 years ago
|
||
Comment on attachment 43845 [details] [diff] [review]
patch v1; throws error if no bugs specified
r=jake
Simple Patch, no second review needed.
Attachment #43845 -
Flags: review+
Comment 6•24 years ago
|
||
*** Bug 101361 has been marked as a duplicate of this bug. ***
Comment 7•24 years ago
|
||
This was checked in on Sep 17 11:55.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
*** Bug 104654 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 9•24 years ago
|
||
*** Bug 115629 has been marked as a duplicate of this bug. ***
Comment 10•24 years ago
|
||
*** Bug 127178 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
*** Bug 129561 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
*** Bug 154125 has been marked as a duplicate of this bug. ***
Comment 13•23 years ago
|
||
"You did not select any bugs to modify." appears as expected.
Status: RESOLVED → VERIFIED
Comment 14•21 years ago
|
||
*** Bug 123789 has been marked as a duplicate of this bug. ***
Comment 15•20 years ago
|
||
*** Bug 183665 has been marked as a duplicate of this bug. ***
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
•