Open
Bug 688922
Opened 14 years ago
Updated 13 years ago
Allow the Version field to control the visibility and values of custom fields
Categories
(Bugzilla :: Administration, task, P3)
Tracking
()
NEW
People
(Reporter: kmmedeiros, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Build ID: 20110902133214
Steps to reproduce:
I tried using the showFieldWhen function to display custom fields when Version field value is set to Production
Actual results:
Nothing happened.
Expected results:
The custom fields should have displayed.
Comment 1•14 years ago
|
||
As I said on IRC, the version field is not available because its values are per-product, not global. No idea if that's something we want nor how difficult it is to implement it.
Assignee: general → administration
Severity: normal → enhancement
Component: Bugzilla-General → Administration
Comment 2•14 years ago
|
||
It should be do-able. I suspect it may not even be to hard, actually, since we support Component now. You'd just have to do the same as we did for Component.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Summary: Ability for Version field to toggle custom fields → Allow the Version field to control the visibility and values of custom fields
I cannot using the hook to fix this bug, Please implement this function in the next release version, Thanks.
Maybe you can using the following steps to fix this bug, Hope this helps. Thanks.
1. update fielddefs set type=2 where id=5;
2. Modify the file "Bugzilla/Field/Choice.pm", Add the "version" to "CLASS_MAP"(line 65)
...
You need to log in
before you can comment on or make changes to this bug.
Description
•