Merge pull request #8944 from umbraco/netcore/bugfix/8856-user_culture_not_used_everywhere

Netcore: Bugfix for user culture not used everywhere
This commit is contained in:
Mole
2020-09-23 09:58:30 +02:00
committed by GitHub
30 changed files with 34 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ using Umbraco.Core.Services;
using Umbraco.Web.BackOffice.Controllers;
using Umbraco.Web.Common.Attributes;
namespace Umbraco.Web.Editors
namespace Umbraco.Web.BackOffice.Controllers
{
[PluginController("UmbracoApi")]
public class IconController : UmbracoAuthorizedApiController