Defect #16076
openWrong custom fields are displayed / weird behavior when selecting different projects on issue edit form
0%
Description
Let's say we have three Projects:
Project A with TrackerA with Custom Fields F1 and F2
Project B with TrackerB with Custom Field F1 and F2
Project C with TrackerC with Custom Field F3
...and a ticket created in Project A (with F1 and F2 filled)
If we now >Edit< this ticket to move it to another Project and play with the project dropdown to trigger the ajax form update:
(in this order:)
1. Select Project C: No custom fields are shown (expected: display of F3 with no value)
2. Select Project A: Default fields are shown but no custom fields! (expected: original display with F1 and F2 and thei original values)
3. Select Project B: All correct again !?, F1 and F2 are displayed with their original values
4. Select Project A again: All correct
This is reproducable at every time. I think there is some issue with the ajax form update, when try to choose between projects with different trackers and custom fields?
Files