Merge pull request #2488 from hemraker/temp-U4-10993
Fixed open doc type button
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user