Opened 5 years ago
Closed 5 years ago
#2203 closed enhancement (fixed)
Parent-child transformations should consider the "push annotations" flag
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.16 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The "push annotations" flag was introduced in #1605 and allows a child item to switch directions when finding parent items. For example:
A B C D E
From E
, the immediate parent items are D
, B
and A
. C
can also be considered a parent item if it has a subtype with the "push annotations" flag set, which allows E
to inherit annotations from it.
However, the "Item list" functionality has not considered the "push annotations" flag, making it impossible to "Find parent items of type C" without using an intermediate item list at the A
level.
So, if an item list is using a synchronization filter were items of type C
are included it would be nice if it could automatically check the "push annotations" flag and understand that it should load parent items of type A
and before moving down to child items.
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 7772: