Skip to content

Commit

Permalink
update 11 to fix issue #1143
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Jul 30, 2020
1 parent 8f27035 commit 6bcd503
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 18 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
"throwGatewayIsNotRunningException:" : "brunobb 01/31/2020 10:45",
"throwNoSuchActivityException:" : "brunobb 01/31/2020 10:45",
"transitions" : "brunobb 01/31/2020 10:45",
"transitions:" : "brunobb 01/31/2020 10:45",
"triggerEvent:withProperties:from:" : "brunobb 01/31/2020 10:45",
"triggerEventNamed:from:" : "brunobb 01/31/2020 10:45",
"triggerEventNamed:withProperties:from:" : "brunobb 01/31/2020 10:45",
Expand Down
2 changes: 1 addition & 1 deletion repository/BpmRuntime.package/monticello.meta/version

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ elementsToRender
"The receiver answer an ordered collection (in z position) of all elements to render in a BPMN Canvas"

^self parentLanes asArray,
self transitions asArray,
transitions asArray,
self getTaskNodes asArray,
self getScriptNodes asArray,
self getSubProcessNodes asArray,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
},
"instance" : {
"elementsToRender" : "brunobb 01/15/2019 01:50",
"elementsToRender" : "brunobb 07/30/2020 11:43",
"renderInComponent:on:" : "brunobb 01/15/2019 01:45" } }
2 changes: 1 addition & 1 deletion repository/BpmWebBasic.package/monticello.meta/version

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"setLaneToXpdlObjectsInEmbeddedProcesses" : "brunobb 12/13/2019 13:02",
"setLanesComponents" : "bruno 07/27/2020 15:05",
"sheetName:" : "brunobb 11/06/2018 06:56",
"transitions" : "brunobb 11/06/2018 06:56",
"workflow" : "brunobb 11/06/2018 06:56",
"workflow:" : "brunobb 11/06/2018 06:56",
"workflowId" : "brunobb 11/06/2018 06:56",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"startNode" : "brunobb 11/06/2018 06:57",
"startNode:" : "brunobb 11/06/2018 06:57",
"transitions" : "brunobb 11/06/2018 06:57",
"transitions:" : "brunobb 11/06/2018 06:57",
"transitionsAllSatisfy:" : "bruno 07/28/2020 10:47",
"transitionsCollect:" : "bruno 07/28/2020 10:43",
"transitionsDetect:" : "bruno 07/28/2020 10:45",
Expand Down

Large diffs are not rendered by default.

0 comments on commit 6bcd503

Please sign in to comment.