Content
View differences
Updated by Jonas Heinrich (Finn) over 12 years ago
**Expected behavior**
- Work package should be updatable.
**Actual behavior**
- Work package is not updatable.
**Steps to reproduce**
1. Given there are two custom field C1 and C2 as non-required text fields associated to type A
2.
And I create a workpackage w of type A with custom values “tada” for C1 and C2
3.
And I update w to values “” for C1 and C2
4.
And I remove the custom field C2 from the type A
5.
And I update C2 to be a required custom field
6.
Then I cannot update w anymore
7.
It says “C2 must be filled”
8.
But “C2” is not shown in the edit view of w, so I cannot fill it
**Solution Proposition**
Obviously, there is still an empty custom value C2 attached to w so it cannot be saved.
- Work package should be updatable.
**Actual behavior**
- Work package is not updatable.
**Steps to reproduce**
1. Given there are two custom field C1 and C2 as non-required text fields associated to type A
2.
3.
4.
5.
6.
7.
8.
**Solution Proposition**
Obviously, there is still an empty custom value C2 attached to w so it cannot be saved.