Fixes: U4-7900 The new content type editor: If you hit save while it generates an alias, the alias will be generatingAlias
This commit is contained in:
@@ -28,7 +28,8 @@ angular.module("umbraco.directives")
|
||||
|
||||
if( value !== undefined && value !== "" && value !== null) {
|
||||
|
||||
scope.alias = "Generating Alias...";
|
||||
scope.alias = "";
|
||||
scope.placeholderText = "Generating Alias...";
|
||||
|
||||
generateAliasTimeout = $timeout(function () {
|
||||
updateAlias = true;
|
||||
|
||||
Reference in New Issue
Block a user