Skip to content

Commit 3a7924f

Browse files
committed
fix(libs): fix typo in route policy service
* fixed typo in key for pages in organization resources section
1 parent a618ece commit 3a7924f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/perun/services/src/lib/route-policy.service.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ export class RoutePolicyService {
2828
),
2929
],
3030
[
31-
'organization-resources',
31+
'organizations-resources',
3232
(vo) =>
3333
this.authResolver.isAuthorized('getRichResources_Vo_policy', [vo]) ||
3434
this.authResolver.isAuthorized('getAllResourcesTagsForVo_Vo_policy', [vo]) ||
3535
this.authResolver.isAuthorized('getResourcesState_Vo_policy', [vo]),
3636
],
3737
[
38-
'organization-resources-preview',
38+
'organizations-resources-preview',
3939
(vo) => this.authResolver.isAuthorized('getRichResources_Vo_policy', [vo]),
4040
],
4141
[
42-
'organization-resources-tags',
42+
'organizations-resources-tags',
4343
(vo) => this.authResolver.isAuthorized('getAllResourcesTagsForVo_Vo_policy', [vo]),
4444
],
4545
[
46-
'organization-resources-states',
46+
'organizations-resources-states',
4747
(vo) => this.authResolver.isAuthorized('getResourcesState_Vo_policy', [vo]),
4848
],
4949
[

0 commit comments

Comments
 (0)