Skip to content

Commit

Permalink
update 05 to fix issue #1143
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Jul 24, 2020
1 parent ba3bd19 commit 63d6e34
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Accessing
rolesDo: aBlock

roles do: aBlock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"removeRoleToInform:fromAction:" : "brunobb 05/02/2018 04:40",
"roles" : "BrunoBB 10/29/2015 14:22",
"roles:" : "BrunoBB 10/29/2015 14:22",
"rolesDo:" : "bruno 07/24/2020 12:32",
"setExtendedAttribute:value:" : "brunobb 07/01/2019 12:41",
"setExtendedAttributesWith:" : "brunobb 07/30/2017 14:27",
"summaryFields" : "BrunoBB 06/18/2016 14:49",
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Accessing
rolesDo: aBlock

roles do: aBlock
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@
"createAndStartProcessInstance:" : "brunobb 08/08/2017 12:46",
"createFieldIndexInForm:forFieldNamed:type:" : "BrunoBB 05/02/2016 13:39",
"createProcessInstance:" : "brunobb 10/05/2018 12:23",
"executionPath" : "BrunoBB 10/26/2015 18:39",
"executionPath:" : "BrunoBB 10/26/2015 18:39",
"exportFieldsOfAllProcessesTo:fieldSeparator:valueSeparator:" : "brunobb 11/30/2018 04:40",
"exportFieldsOfProcesses:to:fieldSeparator:valueSeparator:" : "brunobb 11/30/2018 04:39",
"exportFieldsOfProcessesSatisfying:to:fieldSeparator:valueSeparator:" : "brunobb 11/30/2018 04:42",
Expand Down Expand Up @@ -245,6 +243,7 @@
"resetFormFieldInstances" : "brunobb 05/22/2019 11:45",
"roles" : "BrunoBB 10/27/2015 15:21",
"roles:" : "BrunoBB 10/27/2015 15:21",
"rolesDo:" : "bruno 07/24/2020 12:12",
"setExtendedAttributesWith:" : "brunobb 03/12/2018 10:34",
"setFairAssignationPolicy" : "brunobb 02/02/2018 10:09",
"setFairAssignationPolicy:" : "brunobb 02/02/2018 10:10",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"asTreeNode" : "brunobb 12/14/2018 12:02",
"conditionToRun" : "BrunoBB 10/29/2015 13:08",
"conditionToRun:" : "BrunoBB 10/29/2015 13:08",
"drawOn:" : "BrunoBB 02/06/2017 07:29",
"endArtifact" : "BrunoBB 10/27/2015 17:30",
"endArtifact:" : "BrunoBB 10/27/2015 17:30",
"evaluateConditionIn:" : "brunobb 11/16/2018 17:34",
Expand Down
2 changes: 1 addition & 1 deletion repository/BpmCore.package/monticello.meta/version

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
other
rolesDo: aBlock

definition rolesDo: aBlock
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"removeRunningGatewayNamed:" : "brunobb 01/31/2020 10:45",
"resumeProcess:" : "brunobb 01/31/2020 10:45",
"resumeProcessWithException:" : "brunobb 01/31/2020 10:45",
"rolesDo:" : "bruno 07/24/2020 12:23",
"runningGateways" : "brunobb 01/31/2020 10:45",
"runningGateways:" : "brunobb 01/31/2020 10:45",
"runningScripts" : "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 @@ -2,7 +2,7 @@ cg setUp
createGrant_UsersOn: aStream

procInstance getProcessesTreeAsCollection do: [:eachProcInstance |
eachProcInstance definition roles do: [:role |
eachProcInstance rolesDo: [:role |
aStream tab;
nextPutAll: 'self grantUsers: {', self getDefaultUserName,' -> ',role name quoted,'} in: ',eachProcInstance getApplicationName quoted,'.';
cr.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ create_tearDownMethod

procInstance getProcessesTreeAsCollection do: [:eachProc |
procArgsStream nextPutAll: eachProc processName quoted , ' '.
eachProc definition roles do: [:eachRole | rolesArgsStream nextPutAll: eachRole name quoted, ' '].
eachProc rolesDo: [:eachRole | rolesArgsStream nextPutAll: eachRole name quoted, ' '].
].
procArgsStream nextPutAll: ')'.
rolesArgsStream nextPutAll: ')'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"categoryNameTest" : "brunobb 01/19/2020 11:29",
"compile:in:asMethodNamed:category:" : "brunobb 01/20/2020 11:09",
"createFormsXMLTemplates" : "brunobb 01/20/2020 11:13",
"createGrant_UsersOn:" : "brunobb 01/19/2020 11:29",
"createGrant_UsersOn:" : "bruno 07/24/2020 12:34",
"createProcessInstanceOn:for:" : "brunobb 01/19/2020 11:29",
"createProcessesXPDLTemplates" : "brunobb 01/20/2020 10:47",
"createStepFor:on:index:" : "brunobb 01/19/2020 11:29",
Expand All @@ -20,7 +20,7 @@
"create_createProcessDefinitionMethod" : "brunobb 01/20/2020 10:37",
"create_formInstanceMethods" : "brunobb 01/20/2020 10:49",
"create_setUpMethod" : "brunobb 01/20/2020 10:37",
"create_tearDownMethod" : "brunobb 01/20/2020 10:37",
"create_tearDownMethod" : "bruno 07/24/2020 12:31",
"create_testClass" : "brunobb 01/20/2020 10:19",
"create_testExecuteProcessMethodNamed:on:for:methodsRepository:" : "brunobb 01/19/2020 11:29",
"create_testExecuteProcessMethods" : "brunobb 01/20/2020 10:36",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'BpmRuntime_Tests_Automatic-brunobb.7' message '' id '8a510267-2dc1-4c30-9a77-6d9690c10853' date '01/20/2020' time '11:17:40' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.6' message '' id '151949a3-f4aa-4220-9476-95de897d5219' date '01/20/2020' time '11:15:12' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.5' message '' id 'a8f1dd53-0dcf-42de-bd54-68f391960883' date '01/20/2020' time '11:14:24' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.4' message 'Automatically Saved' id '1211671e-16d9-4693-a161-88f6837fd728' date '01/20/2020' time '10:22:12' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.3' message '' id 'aff171c3-fd43-4e9a-9a41-13cf537c6e5e' date '01/20/2020' time '10:09:23' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.2' message 'Automatically Saved' id '20edb504-97b7-46b6-8b6b-f59fdb20a5df' date '01/20/2020' time '10:07:50' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.1' message '' id '11d2e506-4f0f-44b9-896e-d936dd345fb5' date '01/20/2020' time '09:28:59' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'BpmRuntime_Tests_Automatic-bruno.8' message '' id 'c6890a60-8bdc-4ab0-b959-bfe26ff275df' date '07/24/2020' time '12:38:07' author 'bruno' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.7' message '' id '8a510267-2dc1-4c30-9a77-6d9690c10853' date '01/20/2020' time '11:17:40' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.6' message '' id '151949a3-f4aa-4220-9476-95de897d5219' date '01/20/2020' time '11:15:12' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.5' message '' id 'a8f1dd53-0dcf-42de-bd54-68f391960883' date '01/20/2020' time '11:14:24' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.4' message 'Automatically Saved' id '1211671e-16d9-4693-a161-88f6837fd728' date '01/20/2020' time '10:22:12' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.3' message '' id 'aff171c3-fd43-4e9a-9a41-13cf537c6e5e' date '01/20/2020' time '10:09:23' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.2' message 'Automatically Saved' id '20edb504-97b7-46b6-8b6b-f59fdb20a5df' date '01/20/2020' time '10:07:50' author 'brunobb' ancestors ((name 'BpmRuntime_Tests_Automatic-brunobb.1' message '' id '11d2e506-4f0f-44b9-896e-d936dd345fb5' date '01/20/2020' time '09:28:59' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit 63d6e34

Please sign in to comment.