mbeddr.core
mbeddr.core copied to clipboard
Valid actions filter configuration causes ActionDuplicationException
With the current state of the actions profile you can filter out actions from menus and configure available actions for the toolbar.
Currently it is easy to create a valid configuration that leads to an ActionDuplicationException
hen creating an actions filter profile where one action (A) is filtered out of a menu and added to the toolbar:
Example: "A" should not be shown under a menu
Help -> A
, but should be still available in the toolbar.
Such a configuration will lead to a runtime exception.
For now it would be fine to have:
- [x] a comment next to the configuration of the toolbar that explains this
- [ ] a check that covers this scenario