Open
Bug 582125
Opened 14 years ago
Updated 2 years ago
Bugzilla::Field::Choice implementation for Version.pm and Milestone.pm
Categories
(Bugzilla :: Administration, task)
Tracking
()
NEW
People
(Reporter: timello, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
1.30 KB,
patch
|
mkanat
:
review-
|
Details | Diff | Splinter Review |
I'm not sure what exactly needs to be done. But here is the first patch.
Attachment #460392 -
Flags: review?(mkanat)
Reporter | ||
Comment 1•14 years ago
|
||
it needs the use constant is_active => 1;
Attachment #460392 -
Attachment is obsolete: true
Attachment #463647 -
Flags: review?(mkanat)
Attachment #460392 -
Flags: review?(mkanat)
Comment 2•14 years ago
|
||
Comment on attachment 463647 [details] [diff] [review]
v2.
There's no reason for us to implement ChoiceInterface for these fields and then not do something with them. Shouldn't we also be marking them as FIELD_TYPE_SINGLE_SELECT now?
Attachment #463647 -
Flags: review?(mkanat) → review-
Reporter | ||
Updated•2 years ago
|
Assignee: timello → administration
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•