U4-5699 - update template alias in gui after saving
This commit is contained in:
@@ -192,7 +192,8 @@ namespace Umbraco.Web.WebServices
|
||||
new
|
||||
{
|
||||
path = syncPath,
|
||||
contents = t.Design
|
||||
contents = t.Design,
|
||||
alias = t.Alias // might have been updated!
|
||||
});
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user