major
nice-to-have
defect
major
enhancement
Currently, the BoundComponent has a method called getAdditionalCommandGroups() to add command groups to the role-based authorization view.
This should be moved to the LayoutComponent configuration.
Code Migration
- Instead of overriding BoundComponent#getAdditionalCommandGroups(), you must override "addAdditionalCommandGroups(Set<? super BoundCommandGroup> additionalGroups)" in the component’s ConfigurationItem and adjust the passed set accordingly. See example [265153].
- Instead of overriding BoundComponent#getCommandGroups(), a default value must be set for "getCommandGroups()" in the component’s ConfigurationItem. See [265154] for an example.
Test
No test.