Merge pull request #2488 from hemraker/temp-U4-10993

Fixed open doc type button
This commit is contained in:
Sebastiaan Janssen
2018-03-01 18:09:48 +01:00
committed by GitHub

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