-
Notifications
You must be signed in to change notification settings - Fork 493
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
Rollout C8 templates support #2731
Labels
Comments
10 tasks
bpmn-io-tasks
bot
added
in progress
Currently worked on
and removed
ready
Ready to be worked on
labels
Feb 17, 2022
pinussilvestrus
added
ready
Ready to be worked on
and removed
in progress
Currently worked on
labels
Feb 17, 2022
I just noticed that the modal is built as a bpmn-js plugin, hooking into So, adding this for |
pinussilvestrus
pushed a commit
to camunda/camunda-bpmn-js
that referenced
this issue
Feb 24, 2022
pinussilvestrus
pushed a commit
to camunda/camunda-bpmn-js
that referenced
this issue
Feb 24, 2022
pinussilvestrus
pushed a commit
to camunda/camunda-bpmn-js
that referenced
this issue
Feb 24, 2022
pinussilvestrus
pushed a commit
that referenced
this issue
Feb 25, 2022
pinussilvestrus
pushed a commit
that referenced
this issue
Feb 25, 2022
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
in progress
Currently worked on
labels
Feb 25, 2022
pinussilvestrus
pushed a commit
that referenced
this issue
Feb 25, 2022
pinussilvestrus
pushed a commit
that referenced
this issue
Feb 28, 2022
pinussilvestrus
pushed a commit
that referenced
this issue
Feb 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What should we do?
In order to make new C8 templates available, we have to add the
cloud-element-templates
provider to the Cloud Bpmn Editor (viacamunda-bpmn-js
). Since we have now two types of element templates, we need to make sure we only add correct element templates to the respective tab (C7 templates for platform, C8 templates for cloud, cf. bpmn-io/bpmn-js-properties-panel#561)Components we need to touch
CloudBpmnEditor
(load templates, distinguish with platform templates)features/applyDefaultTemplates
ElementTemplatesModal
(display for cloud as well)Why should we do it?
Make C8 templates available.
Child of #2640
The text was updated successfully, but these errors were encountered: