Content
View differences
Updated by Niels Lindenthal over 1 year ago
* Drill down selector. A component like a location/file picker. The user can click on nodes to go one level deeper on the hierarchy.
* Multiple changes to the hierarchy get saved in one transaction instead of multiple ones.
* Allow the same custom field to be active on work packages AND projects, or any other entity type we allow custom fields for.
* Change parent of hierarchy item in administration.
* Support hierarchies of more than 1k items (due to current limitations in API).
* Enable Hierarchies for other custom field types that are not work packages, e.g. projects.
* Configuration of value representation (complex formatting of strings that identify the item)
* A selected value can have multiple value representation
* Node ID
* Full path long: Europe -> Germany -> Bavaria
* Full path short: EU-DE-BY
* Selected long: Bavaria
* Selected short: BY
* Multiple changes to the hierarchy get saved in one transaction instead of multiple ones.
* Allow the same custom field to be active on work packages AND projects, or any other entity type we allow custom fields for.
* Change parent of hierarchy item in administration.
* Support hierarchies of more than 1k items (due to current limitations in API).
* Enable Hierarchies for other custom field types that are not work packages, e.g. projects.
* Configuration of value representation (complex formatting of strings that identify the item)
* A selected value can have multiple value representation
* Node ID
* Full path long: Europe -> Germany -> Bavaria
* Full path short: EU-DE-BY
* Selected long: Bavaria
* Selected short: BY