Skip to content

Commit b6d515f

Browse files
committed
[DURACOM-202] refactor: code
1 parent ccf1cc4 commit b6d515f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/item-page/edit-item-page/item-page-access-control.guard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { AuthService } from '../../core/auth/auth.service';
1212
providedIn: 'root'
1313
})
1414
/**
15-
* Guard for preventing unauthorized access to certain {@link Item} pages requiring manage mappings rights
15+
* Guard for preventing unauthorized access to certain {@link Item} pages requiring administrator rights
1616
*/
1717
export class ItemPageAccessControlGuard extends DsoPageSingleFeatureGuard<Item> {
1818
constructor(protected resolver: ItemPageResolver,

src/app/item-page/edit-item-page/item-page-curate.guard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { AuthService } from '../../core/auth/auth.service';
1212
providedIn: 'root'
1313
})
1414
/**
15-
* Guard for preventing unauthorized access to certain {@link Item} pages requiring edit metadata rights
15+
* Guard for preventing unauthorized access to certain {@link Item} pages requiring administrator rights
1616
*/
1717
export class ItemPageCurateGuard extends DsoPageSingleFeatureGuard<Item> {
1818
constructor(protected resolver: ItemPageResolver,

0 commit comments

Comments
 (0)