Ticket #1680 (closed enhancement: wontfix)
Group refactor top level element
Reported by: | ross | Owned by: | ross |
---|---|---|---|
Priority: | awaiting triage | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | kindly | Repository: | ckan |
Theme: | none |
Description
The new group refactor allows for a hierarchy of groups where each group has a type - to be able to implement a tree of groups.
It will need a flag within the group to denote that it is a top level group, to circumvent the need to determine whether the group is a child of a parent node (for a specific use case - a publisher representing the department that only contains publishers).
Suggest 'is_top_level'
Change History
Note: See
TracTickets for help on using
tickets.
David suggested that we could implement this with a group extra instead of a new attribute.