Closed
Bug 373411
Opened 19 years ago
Closed 19 years ago
The bug resolution can be set independently of the bug status
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
1.85 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Setting knob=change_resolution lets you set the resolution to any value, even for open bugs.
Flags: blocking3.0+
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #258074 -
Flags: review?(mkanat)
Comment 2•19 years ago
|
||
Comment on attachment 258074 [details] [diff] [review]
patch, v1
This works fine, but we need a better error message than bad_arg. A user can actually get this error by doing a change_resolution after somebody else has already reopened the bug, so it should be an error that makes sense to users.
That is, it should be some UserError.
Attachment #258074 -
Flags: review?(mkanat) → review-
| Assignee | ||
Comment 3•19 years ago
|
||
Attachment #258074 -
Attachment is obsolete: true
Attachment #258094 -
Flags: review?(mkanat)
Comment 4•19 years ago
|
||
Comment on attachment 258094 [details] [diff] [review]
patch, v2
Cool. That looks good. :-)
Attachment #258094 -
Flags: review?(mkanat) → review+
| Assignee | ||
Updated•19 years ago
|
Flags: approval3.0+
Flags: approval+
| Assignee | ||
Comment 5•19 years ago
|
||
tip:
Checking in process_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi
new revision: 1.354; previous revision: 1.353
done
Checking in template/en/default/global/user-error.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl,v <-- user-error.html.tmpl
new revision: 1.205; previous revision: 1.204
done
3.0 RC1:
Checking in process_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi
new revision: 1.351.2.1; previous revision: 1.351
done
Checking in template/en/default/global/user-error.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl,v <-- user-error.html.tmpl
new revision: 1.204.2.1; previous revision: 1.204
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•