Closed
Bug 520993
Opened 15 years ago
Closed 15 years ago
Custom field that should appear only when Resolution is FIXED is not displayed when you change the status to RESOLVED
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: liya, Assigned: mkanat)
References
Details
Attachments
(1 file)
2.29 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
Build Identifier: 3.4.2
I have a custom field that should appear only when Resolution is FIXED.
If I edit a bug in any "open" status, and change the status to RESOLVED, the resolution field appears while FIXED is the first value, so it's selected. This does not make my custom field be displayed on the page as expected.
If I change Resolution to any other value and then back to FIXED, my custom field is displayed.
Reproducible: Always
Steps to Reproduce:
1.Define a custom field, set 'Field only appears when'=Resolution, 'is set to'=FIXED
2. Open existing bug in any open status (NEW/ASSIGNED/REOPENED)
3. Change status to RESOLVED
Actual Results:
resolution field appears, FIXED is selected (the first value), but you custom field does not appear
Expected Results:
Your custom field should appear in this case, the same like on change of the resolution field to FIXED
Comment 1•15 years ago
|
||
I can reproduce the problem. Probably should JS trigger this event.
Assignee: general → create-and-change
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Bugzilla-General → Creating/Changing Bugs
Ever confirmed: true
OS: Linux → All
Hardware: x86 → All
Target Milestone: --- → Bugzilla 3.4
Comment 2•15 years ago
|
||
OK, I couldn't understand why a custom field was not displayed despite the bug was marked as FIXED till I remembered this bug.
Flags: blocking3.4.5?
Assignee | ||
Comment 3•15 years ago
|
||
If I finish this before the sec release, then it can be a blocker, otherwise it will have to wait for 3.4.6.
Flags: blocking3.4.5? → blocking3.4.5+
Updated•15 years ago
|
Flags: blocking3.4.5+ → blocking3.4.6+
Updated•15 years ago
|
Flags: blocking3.6+
Comment 4•15 years ago
|
||
there are a bunch of fields that don't use the custom field template so I can check this out. Did we test this across the board with all the built in fields?
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 6•15 years ago
|
||
Okay, so it turns out that the bug that I duped this to was specifically a problem in enter_bug, so it couldn't possibly be related to this bug. Reopening.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 7•15 years ago
|
||
Okay, this fixes it. We fire onchange when we display or hide the resolution field, now, and when we hide it, we set it to an empty value so that the onchange works properly.
Assignee: create-and-change → mkanat
Status: REOPENED → ASSIGNED
Attachment #425722 -
Flags: review?(guy.pyrzak)
Attachment #425722 -
Flags: review?(LpSolit)
Assignee | ||
Updated•15 years ago
|
Summary: Custom field that should appear only when Resolution is FIXED is not displayed when changing bug to RESOLVED FIXED → Custom field that should appear only when Resolution is FIXED is not displayed when you change the status to RESOLVED
Updated•15 years ago
|
Attachment #425722 -
Flags: review?(LpSolit) → review+
Comment 8•15 years ago
|
||
Comment on attachment 425722 [details] [diff] [review]
v1
OK, this fixes the problem for me. r=LpSolit
Assignee | ||
Updated•15 years ago
|
Flags: approval3.6+
Flags: approval3.4+
Flags: approval+
Assignee | ||
Updated•15 years ago
|
Attachment #425722 -
Flags: review?(guy.pyrzak)
Assignee | ||
Comment 9•15 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified js/field.js
Committed revision 6973.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/3.6/
modified js/field.js
Committed revision 6967.
Committing to: bzr+ssh://mkanat%40bugzilla.org@bzr.mozilla.org/bugzilla/3.4/
modified js/field.js
Committed revision 6722.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•