Added node path to be able to refresh the tree + refreshing the tree after an upload succeeds
This commit is contained in:
@@ -107,6 +107,9 @@ namespace Umbraco.Web.UI.Controls
|
||||
}
|
||||
sb.Append("</ul>");
|
||||
|
||||
// Path for tree refresh
|
||||
Panel.Attributes.Add("data-nodepath", ParentNode.Path);
|
||||
|
||||
// Create size changer
|
||||
sb.Append("<div class='thumb-sizer'>" +
|
||||
"<input type='radio' name='thumb_size' value='small' data-bind='checked: thumbSize' />" +
|
||||
|
||||
Reference in New Issue
Block a user