From 45fd54d0461ac9a8e1066b7584a2d225cc49e0d6 Mon Sep 17 00:00:00 2001 From: Rune Hem Strand Date: Thu, 1 Mar 2018 18:06:46 +0100 Subject: [PATCH] Fixed open doc type button --- .../components/content/umbcontentnodeinfo.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbcontentnodeinfo.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbcontentnodeinfo.directive.js index fbd66ca032..2ce0c5a22e 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbcontentnodeinfo.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbcontentnodeinfo.directive.js @@ -50,7 +50,7 @@ scope.openDocumentType = function (documentType) { var url = "/settings/documenttypes/edit/" + documentType.id; - $location.path(url); + $location.url(url); }; scope.updateTemplate = function (templateAlias) {