You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See that context pad / palette entries are being removed / filtered out
Expected Behavior
If we filter we should filter based on a blacklist, not whitelist.
Alternatively, we should filter entries with normal, not low priority to allow adding additional extensions after filtering took place.
To work around this issue I need to register my providers with even lower priority; that does sound like a short term hack to me, rather than a proper solution.
Environment
OS: Any
Modeler version: latest
The text was updated successfully, but these errors were encountered:
Describe the Bug
As a user I'd love to extend the camunda-bpmn-js Camunda Cloud distribution in the same way I'm used to extend bpmn-js (core).
However, I've stumbled over the fact that we do filter context pad entries based on a whitelist (rather than a black list), cf. https://github.com/camunda/camunda-bpmn-js/search?q=availableActions.
This essentially makes it impossible to provide custom context pad entries to the modeler.
Steps to Reproduce
Expected Behavior
If we filter we should filter based on a blacklist, not whitelist.
Alternatively, we should filter entries with normal, not low priority to allow adding additional extensions after filtering took place.
To work around this issue I need to register my providers with even lower priority; that does sound like a short term hack to me, rather than a proper solution.
Environment
The text was updated successfully, but these errors were encountered: