-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Labels
Description
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