Closed
Bug 459064
Opened 16 years ago
Closed 16 years ago
Set FIELD_TYPE_SINGLE_SELECT on standard global select fields
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
A lot of code would be easier if we stored the type of standard fields in the fielddefs table. (It allows easier calls to get_fields, the use of bug/field.html.tmpl for those fields, etc.) In particular, this will be required for bug 458436, but it's a valuable cleanup all by itself and so it can be split out of any other bug.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #342267 -
Flags: review?(bbaetz)
Updated•16 years ago
|
Attachment #342267 -
Flags: review?(bbaetz) → review+
Comment 2•16 years ago
|
||
Comment on attachment 342267 [details] [diff] [review]
v1
r=bbaetz
Assignee | ||
Comment 3•16 years ago
|
||
Putting in the approval queue until the blocker chain is resolved.
Flags: approval?
Target Milestone: Bugzilla 4.0 → Bugzilla 3.4
Assignee | ||
Comment 4•16 years ago
|
||
I applied v1 locally to one of my dev installations, and there'd been some bitrot, so this fixes the bitrot. Carrying forward r+.
Attachment #342267 -
Attachment is obsolete: true
Attachment #344527 -
Flags: review+
Assignee | ||
Updated•16 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 5•16 years ago
|
||
Checking in editvalues.cgi;
/cvsroot/mozilla/webtools/bugzilla/editvalues.cgi,v <-- editvalues.cgi
new revision: 1.36; previous revision: 1.35
done
Checking in Bugzilla/Field.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Field.pm,v <-- Field.pm
new revision: 1.36; previous revision: 1.35
done
Checking in Bugzilla/Search.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Search.pm,v <-- Search.pm
new revision: 1.165; previous revision: 1.164
done
Checking in Bugzilla/WebService/Bug.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm,v <-- Bug.pm
new revision: 1.17; previous revision: 1.16
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•15 years ago
|
||
Added to the release notes for Bugzilla 3.4 in bug 494037.
You need to log in
before you can comment on or make changes to this bug.
Description
•