Content
View differences
Updated by Jan Sandbrink almost 12 years ago
**Reproduction Setup**
1. create an element A
2. create an element B, whoose Parent is A
**Reproduction via API**
1. change the start date of A via API
**Reproduction via Web-UI**
1. edit work package A
2. use your developer tools to enable the start date text field
3. set a start date
4. save
**Expected behavior**
- The start date of A can’t be set, because this would break consistency with its child elements
**Actual behavior**
- The new start date is accepted
- it is now inconsistent with its child dates
**Affected fields (underlying consistency rule)**
- Start date (parent start date is the earliest child start date or none if no child has a start date)
- Due date (parent due date is the latest child due date or none if no child has a due date)
- priority (parent priority is highest child priority)
- more? (TBD)
1. create an element A
2. create an element B, whoose Parent is A
**Reproduction via API**
1. change the start date of A via API
**Reproduction via Web-UI**
1. edit work package A
2. use your developer tools to enable the start date text field
3. set a start date
4. save
**Expected behavior**
- The start date of A can’t be set, because this would break consistency with its child elements
**Actual behavior**
- The new start date is accepted
- it is now inconsistent with its child dates
**Affected fields (underlying consistency rule)**
- Start date (parent start date is the earliest child start date or none if no child has a start date)
- Due date (parent due date is the latest child due date or none if no child has a due date)
- priority (parent priority is highest child priority)
- more? (TBD)