Content
View differences
Updated by Sebastian Schuster over 12 years ago
Given there are two When I remove a custom field C1 and C2 as non-required text fields from a tracker
The custom value associated to type A
And I create with a workpackage w of type A with custom values “tada” for C1 and C2 tracker is
And I update w to values “” not deleted.
This might cause interesting problems if the validation
for C1 and C2
And I remove the custom field C2 from non-deleted value fails, because the type A issue
And I update C2 to cannot be a required custom updated but the field failing the validation
Then I cannot update w anymore
It says “C2 must be filled”
But “C2” is not shown as seen in the edit view of w, so I cannot fill it
Obviously, there is still an empty custom value C2 attached to w so it cannot be saved. attachment (also showing
the double validation error bug).
The custom value
And I create
And I update w to values “”
This might cause interesting problems if the validation
And I remove the custom field C2 from
And I update C2 to
Then I cannot update w anymore
It says “C2 must be filled”
But “C2” is not shown
Obviously, there is still an empty custom value C2 attached to w so it cannot be saved.
the double validation error bug).