File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
libs/perun/services/src/lib Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,22 @@ export class RoutePolicyService {
28
28
) ,
29
29
] ,
30
30
[
31
- 'organization -resources' ,
31
+ 'organizations -resources' ,
32
32
( vo ) =>
33
33
this . authResolver . isAuthorized ( 'getRichResources_Vo_policy' , [ vo ] ) ||
34
34
this . authResolver . isAuthorized ( 'getAllResourcesTagsForVo_Vo_policy' , [ vo ] ) ||
35
35
this . authResolver . isAuthorized ( 'getResourcesState_Vo_policy' , [ vo ] ) ,
36
36
] ,
37
37
[
38
- 'organization -resources-preview' ,
38
+ 'organizations -resources-preview' ,
39
39
( vo ) => this . authResolver . isAuthorized ( 'getRichResources_Vo_policy' , [ vo ] ) ,
40
40
] ,
41
41
[
42
- 'organization -resources-tags' ,
42
+ 'organizations -resources-tags' ,
43
43
( vo ) => this . authResolver . isAuthorized ( 'getAllResourcesTagsForVo_Vo_policy' , [ vo ] ) ,
44
44
] ,
45
45
[
46
- 'organization -resources-states' ,
46
+ 'organizations -resources-states' ,
47
47
( vo ) => this . authResolver . isAuthorized ( 'getResourcesState_Vo_policy' , [ vo ] ) ,
48
48
] ,
49
49
[
You can’t perform that action at this time.
0 commit comments