Implements: U4-2937 A tree item should be able to have a default action
This commit is contained in:
@@ -47,6 +47,9 @@ namespace Umbraco.Web.Trees
|
||||
{
|
||||
var menu = new MenuItemCollection();
|
||||
|
||||
//set the default
|
||||
menu.DefaultMenuAlias = ActionNew.Instance.Alias;
|
||||
|
||||
if (id == Constants.System.Root.ToInvariantString())
|
||||
{
|
||||
// root actions
|
||||
|
||||
Reference in New Issue
Block a user