Migrated section controller + LanguageTreeController, ApplciationTreeController.

Updated AngularJsonOnlyConfigurationAttribute to be a TypeFilterAttribute, to allow injeciton into the filter.

Note: Left TODO about checking authorization of proxied trees..
This commit is contained in:
Bjarke Berg
2020-06-08 13:14:23 +02:00
parent 458de2b0be
commit af382e5e71
20 changed files with 250 additions and 191 deletions

View File

@@ -4,9 +4,8 @@ using System.Linq;
using System.Text;
using Microsoft.AspNetCore.Http;
using Umbraco.Core;
using Umbraco.Web.Common.Extensions;
namespace Umbraco.Web.Common.Extensions
namespace Umbraco.Extensions
{
public static class FormCollectionExtensions
{