Skip to content

Commit

Permalink
fix small bug on BpmUser export user roles structure
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Feb 17, 2020
1 parent b528a5a commit c13cc9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ getSystemRoleStructureIn: aBpmEnvironment
userGrantConfig
roleName: eachRole name;
roleType: (eachRole isBackofficeRole ifTrue: ['B'] ifFalse: ['F']);
roleIsAdmin: (eachRole isAdminIn: aBpmEnvironment).
roleIsAdmin: eachRole isAdmin.
grants add: userGrantConfig]]
].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"getSubprocessDoneFillColor" : "brunobb 01/27/2020 11:09",
"getSystemNotificationsIn:" : "brunobb 01/27/2020 11:09",
"getSystemNotificationsInboxIn:" : "brunobb 01/27/2020 11:09",
"getSystemRoleStructureIn:" : "brunobb 02/04/2020 10:16",
"getSystemRoleStructureIn:" : "brunobb 02/17/2020 07:46",
"getTaskDoneBorderColor" : "brunobb 01/27/2020 11:09",
"getTaskDoneFillColor" : "brunobb 01/27/2020 11:09",
"getTaskQuantityDistributionIn:" : "brunobb 01/27/2020 11:09",
Expand Down
Loading

0 comments on commit c13cc9b

Please sign in to comment.