Fixes: U4-3225 Media recycle bin malfunction - and removes the default menu for items in the bin since people normally aren't creating children when it's in the bin.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Umbraco.Web.Trees
|
||||
if (!IsDialog(queryStrings))
|
||||
{
|
||||
nodes.Add(CreateTreeNode(
|
||||
Constants.System.RecycleBinContent.ToInvariantString(),
|
||||
RecycleBinId.ToInvariantString(),
|
||||
queryStrings,
|
||||
ui.GetText("general", "recycleBin"),
|
||||
"icon-trash",
|
||||
|
||||
Reference in New Issue
Block a user