Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Apr 23, 2021
1 parent a0dfd57 commit 9b03b51
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
other
newAdminsApplication

^self newNamed: self defaultAdminsName
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"class" : {
"applicationNamed:ifNone:" : "BrunoBB 02/25/2016 12:23" },
"applicationNamed:ifNone:" : "BrunoBB 02/25/2016 12:23",
"newAdminsApplication" : "brunobb 04/23/2021 09:25" },
"instance" : {
"getApplicationNameForCombo" : "BrunoBB 02/25/2016 16:32",
"getLastDefinitions" : "BrunoBB 02/24/2016 15:23",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"application" : "brunobb 01/29/2018 13:43",
"applicationName" : "BrunoBB 12/10/2015 10:47",
"attachedEvents" : "brunobb 09/25/2019 12:46",
"attachedEventsDo:" : "brunobb 11/05/2020 14:01",
"attachedEventsDo:" : "brunobb 11/06/2020 13:58",
"attachedEventsOutTransitionsDo:" : "brunobb 08/03/2020 13:48",
"bpmEnvironment" : "brunobb 09/04/2018 09:13",
"createExpectedExecutionTimeFromBizagiString" : "BrunoBB 02/06/2017 06:39",
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
Expand Up @@ -14,7 +14,7 @@ resetCurrentSystem
BpmProcessInstanceCategory resetAllCategorizedProcesses.
BpmProcessDynamicCategory resetAllCategorizedProcesses.

self defaultApplicationManagerClass initializeCache.
self defaultApplicationManagerClass doInCache: [:eachApp | eachApp isAdminApplication ifFalse: [eachApp removeFromCache]].

self defaultEnvironmentClass resetAllRolesAndAssignments.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"class" : {
"createSystemDefaultObjects" : "brunobb 04/23/2021 09:11",
"initializeCurrentSystem" : "brunobb 02/17/2021 10:41",
"resetCurrentSystem" : "brunobb 02/10/2020 11:13" },
"resetCurrentSystem" : "brunobb 04/23/2021 09:28" },
"instance" : {
} }
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 @@ -15,7 +15,7 @@ testResetCurrentSystem
].
].

self assert: self defaultApplicationManagerClass cache isEmpty.
self assert: self defaultApplicationManagerClass cache size equals: 1.

self assert: BpmProcessDefinitionCategory cache isEmpty.
self assert: BpmProcessInstanceCategory cache isEmpty.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"instance" : {
"testCreateSystemDefaultObjects" : "brunobb 02/10/2020 11:02",
"testInitializeCurrentSystem" : "brunobb 04/23/2021 09:13",
"testResetCurrentSystem" : "bruno 07/24/2020 13:18" } }
"testResetCurrentSystem" : "brunobb 04/23/2021 09:29" } }

Large diffs are not rendered by default.

0 comments on commit 9b03b51

Please sign in to comment.