Closed
Bug 303401
Opened 19 years ago
Closed 19 years ago
move move.pl code into process_bug.cgi
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
12.28 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
There is no need to have this code in a separate file.
Comment 2•19 years ago
|
||
Comment on attachment 191691 [details] [diff] [review] patch, v1 As a side effect, this patch also makes the "move results" page look much nicer (it now looks like a regular Bugzilla page instead of some unstyled plaintext goop), and it seems to fix an obscure bug that causes the message sent out about the move to include changes to the Status and Resolution fields even when they haven't changed (this is obscure because they only don't change if the bugs status and resolution are already "Resolved" and "Moved", respectively). Good fix, r=myk
Attachment #191691 -
Flags: review?(myk) → review+
Updated•19 years ago
|
Flags: approval+
| Assignee | ||
Comment 3•19 years ago
|
||
Removing move.pl; /cvsroot/mozilla/webtools/bugzilla/move.pl,v <-- move.pl new revision: delete; previous revision: 1.34 done Checking in process_bug.cgi; /cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi new revision: 1.280; previous revision: 1.279 done Checking in template/en/default/bug/process/results.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/process/results.html.tmpl,v <-- results.html.tmpl new revision: 1.10; previous revision: 1.9 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.120; previous revision: 1.119 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.22
You need to log in
before you can comment on or make changes to this bug.
Description
•