Skip to content

Commit d6d2e73

Browse files
author
Yurii Myronchuk
committed
rename role
1 parent 22d73ed commit d6d2e73

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/files/items.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
'hub.update',
161161
],
162162
],
163-
'role:staff-hub.admin' => [
163+
'role:hub.staff-admin' => [
164164
'type' => 1,
165165
'description' => 'The role is generally assigned to staff who are in charge of client\'s hubs administration',
166166
'children' => [
@@ -181,7 +181,7 @@
181181
'type' => 1,
182182
'description' => 'The role is generally assigned to staff who have exceptionally high permissions on hubs management',
183183
'children' => [
184-
'role:staff-hub.admin',
184+
'role:hub.staff-admin',
185185
'role:hub.manager',
186186
],
187187
],
@@ -877,7 +877,7 @@
877877
'children' => [
878878
'role:admin',
879879
'role:server.staff-admin',
880-
'role:staff-hub.admin',
880+
'role:hub.staff-admin',
881881
],
882882
],
883883
'role:accounter' => [

src/files/source/metadata.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'role:hub.admin' => [
5050
'description' => 'The role is generally assigned to reseller staff who are in charge of client\'s hubs administration',
5151
],
52-
'role:staff-hub.admin' => [
52+
'role:hub.staff-admin' => [
5353
'description' => 'The role is generally assigned to staff who are in charge of client\'s hubs administration',
5454
],
5555
'role:hub.manager' => [

src/files/source/tree.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
'role:hub.admin' => [
7171
'hub.read', 'hub.update',
7272
],
73-
'role:staff-hub.admin' => [
73+
'role:hub.staff-admin' => [
7474
'role:hub.admin', 'hub.create', 'hub.delete',
7575
],
7676
'role:hub.manager' => [
7777
'hub.read', 'hub.sell',
7878
],
7979
'role:hub.master' => [
80-
'role:staff-hub.admin', 'role:hub.manager',
80+
'role:hub.staff-admin', 'role:hub.manager',
8181
],
8282
'role:consumption.user' => [
8383
'consumption.read',
@@ -381,7 +381,7 @@
381381
'role:staff-admin' => [
382382
'role:admin',
383383
'role:server.staff-admin',
384-
'role:staff-hub.admin',
384+
'role:hub.staff-admin',
385385
],
386386
'role:accounter' => [
387387
'role:manager',

0 commit comments

Comments
 (0)