-
Notifications
You must be signed in to change notification settings - Fork 481
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
feat(cloud-bpmn): add variable outline tab #4459
Conversation
@jarekdanielak Please have a look into this (review). |
<VariableTab | ||
id={ this.props.id } | ||
layout={ layout } | ||
injector={ this.getModeler().get('injector') } /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps extract injector
to a variable like imported
is in this scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjusted in da0ba48
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and works as expected. 👍
e58a314
to
da0ba48
Compare
Proposed Changes
Adds the Variable tab to the desktop modeler.
related to #4267
Integration was also tested in the variable-outline PR: bpmn-io/variable-outline#1
Checklist
To ensure you provided everything we need to look at your PR:
@bpmn-io/sr
toolCloses {LINK_TO_ISSUE}
orRelated to {LINK_TO_ISSUE}