Filter organization surfaces by View
This commit is contained in:
@@ -23,6 +23,7 @@ const organizationAdminSections: AdminSectionsUiCapability = {
|
||||
sections: [
|
||||
{
|
||||
id: "tenant-organization-settings",
|
||||
surfaceId: "organizations.admin.tenant",
|
||||
label: "i18n:govoplan-organizations.organizations.220edf64",
|
||||
group: "TENANT",
|
||||
order: 85,
|
||||
@@ -45,6 +46,15 @@ export const organizationsModule: PlatformWebModule = {
|
||||
dependencies: ["access"],
|
||||
optionalDependencies: ["admin"],
|
||||
translations,
|
||||
viewSurfaces: [
|
||||
{
|
||||
id: "organizations.admin.tenant",
|
||||
moduleId: "organizations",
|
||||
kind: "section",
|
||||
label: "Organizations administration",
|
||||
order: 85
|
||||
}
|
||||
],
|
||||
navItems: [
|
||||
{
|
||||
to: "/organizations",
|
||||
|
||||
Reference in New Issue
Block a user