-
Notifications
You must be signed in to change notification settings - Fork 2
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
Only Display Errors in Properties Panel #86
Conversation
0495d35
to
57dc7a0
Compare
57dc7a0
to
1eff993
Compare
1eff993
to
9891773
Compare
9891773
to
df20b03
Compare
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.
Missing (to my knowledge) - Test to verify warn does not propagate to properties panel.
6b7338b
to
b572c8e
Compare
|
@@ -63,7 +63,7 @@ describe('utils/error-messages', function() { | |||
const errorMessage = getErrorMessage(report, 'Camunda Cloud', executionPlatformVersion); | |||
|
|||
// then | |||
expect(errorMessage).to.equal('A <Signal Start Event> in a <Sub Process> is not supported by Camunda 8.2'); | |||
expect(errorMessage).to.equal('A <Signal Start Event> in a <Sub Process> is only supported by Camunda 8.3 or newer'); |
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.
⭐
Depends on camunda/bpmnlint-plugin-camunda-compat#137
Related to camunda/camunda-modeler#3834