Skip to content

Commit

Permalink
Added dataDisclosed to Tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousjaki committed Apr 28, 2023
1 parent f555e1e commit c6c19d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 713 deletions.
14 changes: 0 additions & 14 deletions NewTiltDocument.tilt.json

This file was deleted.

6 changes: 6 additions & 0 deletions client/tilt-properties/tilt-extension-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ export default class TiltPropertiesExtensionProvider {
new PropertyBlueprint("tilt:DataDisclosed",{},null)
],[Number.MAX_SAFE_INTEGER]));

}else if(getBusinessObject(element).$type.includes("Task")) {

groups.push(createTiltPropertiesGroup(element,this._injector,[
new PropertyBlueprint("tilt:DataDisclosed",{},null)
],[Number.MAX_SAFE_INTEGER]));

}else if(is(element, 'bpmn:MessageFlow')) {

groups.push(createTiltPropertiesGroup(element,this._injector,[
Expand Down
270 changes: 0 additions & 270 deletions diagram_1.bpmn

This file was deleted.

Loading

0 comments on commit c6c19d7

Please sign in to comment.