File tree Expand file tree Collapse file tree
src/app/item-page/edit-item-page Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
1717export class ItemPageAccessControlGuard extends DsoPageSingleFeatureGuard < Item > {
1818 constructor ( protected resolver : ItemPageResolver ,
Original file line number Diff line number Diff 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 */
1717export class ItemPageCurateGuard extends DsoPageSingleFeatureGuard < Item > {
1818 constructor ( protected resolver : ItemPageResolver ,
You can’t perform that action at this time.
0 commit comments