Actions
Bug #3266
closedNew group create category pathway not appending
Description
When creating a new group the category is not properly appended to the pathway. In addition to category not appending the parent is also not appended. Parent group should also append.
Updated by krileon almost 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Now fixed to do tiered pathway appending. For example Group will call its Category setPathway function before appending its own pathway. Both also will loop through parents to append their pathways so if you've Category > Group > Group > Group it will append as such. This is also implemented to integrations so they properly add pathways (mainly needed for "Edit" displays).
Actions