Fixed open doc type button

This commit is contained in:
Rune Hem Strand
2018-03-01 18:06:46 +01:00
parent 761804baf8
commit 45fd54d046

View File

@@ -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) {