#3417 changed path of macro tree item to use angular view instead of webform

This commit is contained in:
Dave Woestenborghs
2019-01-07 08:31:06 +01:00
parent 2ca7bb0cf3
commit edd2adc8a0

View File

@@ -42,10 +42,7 @@ namespace Umbraco.Web.Trees
queryStrings,
macro.Name,
"icon-settings-alt",
false,
//TODO: Rebuild the macro editor in angular, then we dont need to have this at all (which is just a path to the legacy editor)
"/" + queryStrings.GetValue<string>("application") + "/framed/" +
Uri.EscapeDataString("/umbraco/developer/macros/editMacro.aspx?macroID=" + macro.Id)));
false));
}
}