#3417 changed path of macro tree item to use angular view instead of webform
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user