feat(editor): Add front-end for Data Store feature (#17590)

This commit is contained in:
Milorad FIlipović
2025-07-31 13:07:00 +02:00
committed by GitHub
parent b745cad72c
commit b89c254394
35 changed files with 1820 additions and 99 deletions

View File

@@ -120,7 +120,7 @@ const mainMenuItems = computed<IMenuItem[]>(() => [
position: 'bottom',
route: { to: { name: VIEWS.INSIGHTS } },
available:
settingsStore.settings.activeModules.includes('insights') &&
settingsStore.isModuleActive('insights') &&
hasPermission(['rbac'], { rbac: { scope: 'insights:list' } }),
},
{