Tempolarily removes the right click context menu item for 'Change DocType'

This commit is contained in:
Warren Buckley
2018-10-01 12:15:06 +01:00
parent 7304c140a7
commit 1ae1a462d4

View File

@@ -235,7 +235,6 @@ namespace Umbraco.Web.Trees
//need to ensure some of these are converted to the legacy system - until we upgrade them all to be angularized.
AddActionNode<ActionMove>(item, menu, true);
AddActionNode<ActionCopy>(item, menu);
AddActionNode<ActionChangeDocType>(item, menu, convert: true);
AddActionNode<ActionSort>(item, menu, true);