Skip to content

Commit

Permalink
Removed map from menu and added theme management
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjaw authored Feb 18, 2025
1 parent 1b3806d commit bce60b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@
userFunctionality="LovsView" roleType="MODEL_ADMIN" />
<ROLE_TYPE_USER_FUNCTIONALITY
userFunctionality="LovsView" roleType="DEV_ROLE" />
<ROLE_TYPE_USER_FUNCTIONALITY
userFunctionality="MapCatalogueManagement" roleType="ADMIN" />
<ROLE_TYPE_USER_FUNCTIONALITY
userFunctionality="MapCatalogueManagement" roleType="DEV_ROLE" />
<ROLE_TYPE_USER_FUNCTIONALITY
userFunctionality="MenuManagement" roleType="ADMIN" />
<ROLE_TYPE_USER_FUNCTIONALITY
Expand Down Expand Up @@ -411,6 +407,7 @@
<ROLE_TYPE_USER_FUNCTIONALITY userFunctionality="QbeAdvancedSaving" roleType="MODEL_ADMIN" />

<ROLE_TYPE_USER_FUNCTIONALITY userFunctionality="ThemeManagement" roleType="ADMIN" />
<ROLE_TYPE_USER_FUNCTIONALITY userFunctionality="DashboardThemeManagement" roleType="ADMIN" />

<ROLE_TYPE_USER_FUNCTIONALITY userFunctionality="CategoryManagement" roleType="ADMIN" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<USER_FUNCTIONALITY productType="KnowageSI" name="ProfileAttributeListManagement" description="ProfileAttributeListManagement" />
<USER_FUNCTIONALITY productType="KnowageSI" name="LicenseReadOnly" description="LicenseReadOnly" />
<USER_FUNCTIONALITY productType="KnowageSI" name="ThemeManagement" description="ThemeManagement"/>
<USER_FUNCTIONALITY productType="KnowageSI" name="DashboardThemeManagement" description="DashboardThemeManagement"/>
<USER_FUNCTIONALITY productType="KnowageSI" name="QbeAdvancedSaving" description="QbeAdvancedSaving"/>
<USER_FUNCTIONALITY productType="KnowageSI" name="CategoryManagement" description="CategoryManagement"/>
<USER_FUNCTIONALITY productType="KnowageSI" name="MondrianSchemaManagement" description="MondrianSchemaManagement"/>
Expand Down Expand Up @@ -254,7 +255,6 @@
<USER_FUNCTIONALITY productType="KnowageLI" name="LovsView" description="LovsView" />
<USER_FUNCTIONALITY productType="KnowageLI" name="ManageCrossNavigation" description="ManageCrossNavigation" />
<USER_FUNCTIONALITY productType="KnowageLI" name="ExecuteCrossNavigation" description="ExecuteCrossNavigation" />
<USER_FUNCTIONALITY productType="KnowageLI" name="MapCatalogueManagement" description="MapCatalogueManagement" />
<USER_FUNCTIONALITY productType="KnowageLI" name="MenuManagement" description="MenuManagement" />
<USER_FUNCTIONALITY productType="KnowageLI" name="MetaModelsCatalogueManagement" description="MetaModelsCatalogueManagement" />
<USER_FUNCTIONALITY productType="KnowageLI" name="ModifyRefresh" description="ModifyRefresh" />
Expand Down
9 changes: 3 additions & 6 deletions knowage/src/main/webapp/WEB-INF/conf/webapp/static_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@
<ITEM id="4002" label="menu.MondrianCatalogue"
requiredFunctionality="ArtifactCatalogueManagement"
to="/mondrian-schemas-management" />
<ITEM id="4003" label="menu.MapCat"
requiredFunctionality="MapCatalogueManagement"
to="${SPAGOBI_CONTEXT}${SPAGO_ADAPTER_HTTP}?PAGE=ListMapsPage&amp;LIGHT_NAVIGATOR_RESET_INSERT=TRUE" />
<ITEM id="4004" label="menu.FeatureMapCat"
requiredFunctionality="MapFeaturesManagement"
to="${SPAGOBI_CONTEXT}${SPAGO_ADAPTER_HTTP}?PAGE=ListFeaturesPage&amp;LIGHT_NAVIGATOR_RESET_INSERT=TRUE" />
<ITEM id="4005" label="menu.MeasuresCatalogue"
requiredFunctionality="MeasuresCatalogueManagement"
to="${SPAGOBI_CONTEXT}/restful-services/publish?PUBLISHER=measuresCatalogue" />
Expand Down Expand Up @@ -176,6 +170,9 @@
<ITEM id="8003" label="menu.ThemeManagement"
requiredFunctionality="ThemeManagement"
to="/theme-management" />
<ITEM id="8004" label="menu.DashboardThemeManagement"
requiredFunctionality="DashboardThemeManagement"
to="/dashboard-theme-management" />
<ITEM id="8005" label="menu.license"
requiredFunctionality="LicenseManagement" command="licenseSelection"/>
<ITEM id="8006" label="menu.event"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@
functionality="ArtifactCatalogueManagement"
url="${SPAGOBI_CONTEXT}/restful-services/publish?PUBLISHER=mondrianSchemasCatalogue?type=MONDRIAN_SCHEMA&amp;LIGHT_NAVIGATOR_RESET_INSERT=TRUE"
iconUrl="${SPAGOBI_CONTEXT}/themes/${THEME}/img/cube16.png" />
<ITEM title="#menu.MapCat"
functionality="MapCatalogueManagement"
url="${SPAGOBI_CONTEXT}${SPAGO_ADAPTER_HTTP}?PAGE=ListMapsPage&amp;LIGHT_NAVIGATOR_RESET_INSERT=TRUE"
iconUrl="${SPAGOBI_CONTEXT}/themes/${THEME}/img/mapcatalogue/maps16.png" />
<ITEM title="#menu.FeatureMapCat"
functionality="MapFeaturesManagement"
url="${SPAGOBI_CONTEXT}${SPAGO_ADAPTER_HTTP}?PAGE=ListFeaturesPage&amp;LIGHT_NAVIGATOR_RESET_INSERT=TRUE"
iconUrl="${SPAGOBI_CONTEXT}/themes/${THEME}/img/mapcatalogue/featureManagement16.png" />
<ITEM title="#menu.MeasuresCatalogue"
functionality="MeasuresCatalogueManagement"
url="${SPAGOBI_CONTEXT}/restful-services/publish?PUBLISHER=measuresCatalogue.jsp" />
Expand Down

0 comments on commit bce60b0

Please sign in to comment.