Merge branch 'temp8-234-disable-change-doctype-function' into temp8

This commit is contained in:
Mads Rasmussen
2018-10-02 14:02:43 +02:00

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);