Adds tests for all routes and fixes up some of the issues

This commit is contained in:
Shannon
2020-05-14 20:59:29 +10:00
parent 18a1a72349
commit ac6f691208
12 changed files with 238 additions and 50 deletions

View File

@@ -22,7 +22,7 @@ using Constants = Umbraco.Core.Constants;
namespace Umbraco.Web.BackOffice.Controllers
{
[DisableBrowserCache]
[Area(Umbraco.Core.Constants.Web.Mvc.BackOfficeArea)]
[Area(Constants.Web.Mvc.BackOfficeArea)]
public class PreviewController : Controller
{
private readonly UmbracoFeatures _features;