Also make sure the alias gets generated from the full name and not just the part before the &
This commit is contained in:
@@ -82,7 +82,7 @@ angular.module("umbraco.directives")
|
||||
|
||||
generateAliasTimeout = $timeout(function () {
|
||||
updateAlias = true;
|
||||
entityResource.getSafeAlias(value, true).then(function (safeAlias) {
|
||||
entityResource.getSafeAlias(encodeURIComponent(value), true).then(function (safeAlias) {
|
||||
if (updateAlias) {
|
||||
scope.alias = safeAlias.alias;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user