Skip to content
Snippets Groups Projects
Commit e3387c74 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: allow admin to access to aip statuses

parent 3f117ac5
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ export class PreservationPlanningHomeRoutable extends SharedAbstractHomeRoutable
titleToTranslate: MARK_AS_TRANSLATABLE("preservation.aipStats.home.title"),
subtitleToTranslate: MARK_AS_TRANSLATABLE("preservation.aipStats.home.subtitle"),
path: RoutesEnum.preservationAipStatuses,
permission: ApplicationRolePermissionEnum.rootPermission,
permission: ApplicationRolePermissionEnum.noPermission,
},
{
avatarIcon: IconNameEnum.aipDownloaded,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment