Merge pull request #3895 from sbwalker/dev

admin pages url mappings and visitor management isnavigation property should be false for consistency
This commit is contained in:
Shaun Walker 2024-02-26 11:51:59 -05:00 committed by GitHub
commit d4fd2d9ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -144,7 +144,7 @@ namespace Oqtane.Infrastructure
Order = 33,
Path = "admin/urlmappings",
Icon = Icons.LinkBroken,
IsNavigation = true,
IsNavigation = false,
IsPersonalizable = false,
PermissionList = new List<Permission>
{
@ -173,7 +173,7 @@ namespace Oqtane.Infrastructure
Order = 35,
Path = "admin/visitors",
Icon = Icons.Eye,
IsNavigation = true,
IsNavigation = false,
IsPersonalizable = false,
PermissionList = new List<Permission>
{

View File

@ -887,7 +887,7 @@ namespace Oqtane.Repository
Order = 15,
Path = "admin/urlmappings",
Icon = Icons.LinkBroken,
IsNavigation = true,
IsNavigation = false,
IsPersonalizable = false,
PermissionList = new List<Permission>
{
@ -916,7 +916,7 @@ namespace Oqtane.Repository
Order = 17,
Path = "admin/visitors",
Icon = Icons.Eye,
IsNavigation = true,
IsNavigation = false,
IsPersonalizable = false,
PermissionList = new List<Permission>
{