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:
		| @ -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> | ||||
|                 { | ||||
|  | ||||
| @ -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> | ||||
|                 { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker