Content
View differences
Updated by Robin Wagner over 11 years ago
- Create a child work package via API
<!-- end list -->
- Fetch work package using planning element index action
Before 3.0.12, the ids-filter was ignored, which caused way too many work packages to be returned.
## Suggested Solution
In order to maintain compatibility with the existing “parent rewiring semantics” (which the timelines module relies on), an additional parameter `rewire_parents` should be added:
- If true or left out, the current behavior applies
- If false, `parent_id` is populated
<!-- end list -->
- Fetch work package using planning element index action
Before 3.0.12, the ids-filter was ignored, which caused way too many work packages to be returned.
## Suggested Solution
In order to maintain compatibility with the existing “parent rewiring semantics” (which the timelines module relies on), an additional parameter `rewire_parents` should be added:
- If true or left out, the current behavior applies
- If false, `parent_id` is populated