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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user