Added runtime compilation of views

This commit is contained in:
Bjarke Berg
2020-06-05 12:50:26 +02:00
parent 1029f4fe0b
commit 39ace69879
6 changed files with 12 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ namespace Umbraco.Web.BackOffice.Controllers
/// The API controller used for editing dictionary items
/// </summary>
[PluginController("UmbracoApi")]
// [UmbracoTreeAuthorize(Constants.Trees.Macros)]
[UmbracoTreeAuthorize(Constants.Trees.Macros)]
public class MacrosController : BackOfficeNotificationsController
{
private readonly ParameterEditorCollection _parameterEditorCollection;