Closed
Bug 173581
Opened 23 years ago
Closed 23 years ago
Changing milestone sortkeys is broken
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
|
690 bytes,
patch
|
bbaetz
:
review+
bbaetz
:
review+
|
Details | Diff | Splinter Review |
Software error:
UPDATE milestones SET sortkey=3
WHERE product='WorldControl'
AND value='M1': Unknown column 'product' in 'where clause' at globals.pl line 246.
Presumably this is fallout from the introduction of product IDs.
Gerv
| Assignee | ||
Comment 1•23 years ago
|
||
I've done some rudimentary searches to make sure this is the only one in this
file, but I can't be certain.
Gerv
Comment 2•23 years ago
|
||
Comment on attachment 102367 [details] [diff] [review]
Patch v.1
Bleh. r=bbaetz x2
Attachment #102367 -
Flags: review+
| Assignee | ||
Comment 3•23 years ago
|
||
Fixed.
Checking in editmilestones.cgi;
/cvsroot/mozilla/webtools/bugzilla/editmilestones.cgi,v <--
editmilestones.cginew revision: 1.12; previous revision: 1.11
done
Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
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
•