-
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
Support form group for undefined start event #972
Comments
We should expose the group API in order to avoid the copy/paste |
Let's spend ~1h to understand the effort we need to ship proper groups API and post an assessment in the issue and then decide on priority and capacity. |
I transferred this issue from If I understand it correctly, you request that we add the form group for Apart from adding the group in the properties panel, we'd need to adjust @marcellobarile please let me know if I understood the issue correctly. |
To clarify further, if I deploy from Desktop Modeler or another client but not Web Modeler, this feature doesn't work, does it? |
We reviewed this with the last planning and decided to move this back to backlog because it is not a trivial fix and for the time being this feature is still experimental and only available in SaaS and not Self-Managed. When we pick it up for implementation also into Self-Managed, we can bring it back to |
Is your feature request related to a problem? Please describe.
While working on https://github.com/camunda/web-modeler/issues/4583, to enable the form linking for a start event, we had to copy/paste code from the core libraries in order to have the form group rendered also for such an element.
Describe the solution you'd like
The properties panel should have the form group also for the undefined start event; note that so far this feature is only supported by the web-modeler.
Additional context
Current implementation in the web-modeler:
Duplicated code on the web-modeler:
https://github.com/camunda/web-modeler/blob/56fa51c7ec6a65f7942af360de286ab83bd774bb/webapp/src/App/Pages/Diagram/Publication/publicationPropertiesGroupExtension/FormGroup/FormProperties.js
The text was updated successfully, but these errors were encountered: