Adds tests for all routes and fixes up some of the issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user