Added more layers to have a vertical slice through Umbraco for CreateMember via backoffice.

Still lots to implement and test, not complete and needs early review.
This commit is contained in:
emmagarland
2020-11-30 00:45:38 +00:00
parent e7a21bcc18
commit 5b4b948543
20 changed files with 905 additions and 127 deletions

View File

@@ -69,6 +69,7 @@ namespace Umbraco.Web.BackOffice.Trees
var node = GetSingleTreeNode(id, queryStrings);
//add the tree alias to the node since it is standalone (has no root for which this normally belongs)
//TODO: ID is null since new member created
node.Value.AdditionalData["treeAlias"] = TreeAlias;
return node;
}