U4-5699 - update template alias in gui after saving

This commit is contained in:
Stephan
2016-04-25 14:14:55 +02:00
parent 7e9a14be83
commit fb99e375d0
3 changed files with 33 additions and 26 deletions

View File

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