From edbfe90993a1788368584cfe68f1b7a01f1776aa Mon Sep 17 00:00:00 2001 From: Alan Semenov Date: Thu, 2 Jan 2025 13:40:57 +0100 Subject: [PATCH] Update src/main/resources/lib/enonic/react4xp/DataFetcher.ts Co-authored-by: Sergey Rymsha --- src/main/resources/lib/enonic/react4xp/DataFetcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lib/enonic/react4xp/DataFetcher.ts b/src/main/resources/lib/enonic/react4xp/DataFetcher.ts index f2434b3f..9c4b931a 100644 --- a/src/main/resources/lib/enonic/react4xp/DataFetcher.ts +++ b/src/main/resources/lib/enonic/react4xp/DataFetcher.ts @@ -216,7 +216,7 @@ export type ShortcutContent = Content<{ const RUN_MODE = IS_DEV_MODE ? 'development' : 'production'; const ADMIN_CONTEXT: ContextParams = { - principals: ['role:system.admin'] + principals: ['role:system.schema.admin'] } export class DataFetcher {