U4-1780 - detect colliding urls (#1243)
* U4-1780 - detect colliding urls * U4-1780 - fix error message * U4-1780 - fix XmlHelper issue with sortOrder * U4-1780 - bugfix
This commit is contained in:
committed by
Sebastiaan Janssen
parent
729b179473
commit
5f8747b4d3
@@ -48,6 +48,8 @@ namespace Umbraco.Web.Models
|
||||
? null // for tests only
|
||||
: umbracoContext.ContentCache.GetRouteById(contentId); // cached
|
||||
|
||||
if (route != null && route.StartsWith("err/")) route = null;
|
||||
|
||||
var domainHelper = new DomainHelper(domainService);
|
||||
IDomain domain;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user