Skip to content

Commit

Permalink
fix: do not mark job worker user task as incorrect
Browse files Browse the repository at this point in the history
Closes #4718
  • Loading branch information
barmac committed Nov 25, 2024
1 parent e4fc42c commit 8d97943
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ___Note:__ Yet to be released changes appear here._
* `FIX`: correct dangling selection after search pad interaction ([bpmn-io/diagram-js#947](https://github.com/bpmn-io/diagram-js/pull/947))
* `FIX`: create new user task form only if user task form referenced ([camunda/camunda-bpmn-js-behaviors#85](https://github.com/camunda/camunda-bpmn-js-behaviors/pull/85), [#4658](https://github.com/camunda/camunda-modeler/issues/4658))
* `FIX`: keep multi-instance characteristics on type change ([#4310](https://github.com/camunda/camunda-modeler/issues/4310))
* `FIX`: do not mark job worker user task as incorrect

### DMN

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@camunda/form-linting": "^0.18.0",
"@camunda/form-playground": "^0.18.0",
"@camunda/improved-canvas": "^1.7.5",
"@camunda/linting": "^3.29.0",
"@camunda/linting": "^3.29.1",
"@codemirror/commands": "^6.6.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d97943

Please sign in to comment.