From c20138c9fcf47d5c16cb112cc2ee29e02f8a9177 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Mon, 26 Feb 2024 11:51:35 -0500 Subject: [PATCH] admin pages url mappings and visitor management isnavigation property should be false for consistency --- Oqtane.Server/Infrastructure/UpgradeManager.cs | 4 ++-- Oqtane.Server/Repository/SiteRepository.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Oqtane.Server/Infrastructure/UpgradeManager.cs b/Oqtane.Server/Infrastructure/UpgradeManager.cs index d23103a4..1f30cbc0 100644 --- a/Oqtane.Server/Infrastructure/UpgradeManager.cs +++ b/Oqtane.Server/Infrastructure/UpgradeManager.cs @@ -144,7 +144,7 @@ namespace Oqtane.Infrastructure Order = 33, Path = "admin/urlmappings", Icon = Icons.LinkBroken, - IsNavigation = true, + IsNavigation = false, IsPersonalizable = false, PermissionList = new List { @@ -173,7 +173,7 @@ namespace Oqtane.Infrastructure Order = 35, Path = "admin/visitors", Icon = Icons.Eye, - IsNavigation = true, + IsNavigation = false, IsPersonalizable = false, PermissionList = new List { diff --git a/Oqtane.Server/Repository/SiteRepository.cs b/Oqtane.Server/Repository/SiteRepository.cs index 9c7c55e6..234a16a3 100644 --- a/Oqtane.Server/Repository/SiteRepository.cs +++ b/Oqtane.Server/Repository/SiteRepository.cs @@ -887,7 +887,7 @@ namespace Oqtane.Repository Order = 15, Path = "admin/urlmappings", Icon = Icons.LinkBroken, - IsNavigation = true, + IsNavigation = false, IsPersonalizable = false, PermissionList = new List { @@ -916,7 +916,7 @@ namespace Oqtane.Repository Order = 17, Path = "admin/visitors", Icon = Icons.Eye, - IsNavigation = true, + IsNavigation = false, IsPersonalizable = false, PermissionList = new List {