-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override an existing properties panel component behaviour #737
Comments
Cross-posting my answer from the Camunda forum: https://forum.camunda.io/t/is-there-a-simple-way-to-override-a-properties-panel-component-behaviour/39156/2. I think this should rather be a feature request in the properties panel project: https://github.com/bpmn-io/bpmn-js-properties-panel/issues/new/choose |
I transferred the issue accordingly, thanks for the request 👍 I think that would be an interesting slack time topic. |
Slack time (2nd Sep. 2022)Idea(s):
Miro: https://miro.com/app/board/uXjVPaDdxHs=/ Branches: |
Hi @pinussilvestrus! Any news about this issue? |
Unfortunately not. this issue is not on our roadmap currently (cf. |
Is your feature request related to a problem? Please describe
I am working on upgrading my plugins to Camunda Modeler 5.0 and I am a bit stuck on a thing. I have to edit the behaviour of an existing field on properties panel (in my case, the MessageRef field) because I need to call one of my specific events on setValue.
Is there a simple way to do it without re-writing the component and replacing it on the propertiesProvider#getGroups call?
Describe the solution you'd like
Support to override a field component, possibly without completely rewriting it, but only parts of it (getter, setter, validate, ...).
Describe alternatives you've considered
The only way I considered, as I said, is to re-write the existing behaviour of the field, overriding the setValue and adding my code.
Additional context
The text was updated successfully, but these errors were encountered: