FIxes authz on some controllers, fixes js var paths for login providers, simplifies gulp so we aren't building 2x.

This commit is contained in:
Shannon
2020-12-01 00:19:08 +11:00
parent efff96f711
commit 47b4a4d234
14 changed files with 163 additions and 167 deletions

View File

@@ -133,6 +133,7 @@ namespace Umbraco.Web.BackOffice.Controllers
/// </summary>
/// <returns></returns>
[HttpGet]
// TODO: We need to move this since we are going to delete OverrideAuthorization
[UmbracoBackOfficeAuthorize, OverrideAuthorization]
public bool AllowsCultureVariation()
{