Makes PublishedSnapshotStatus status code more human readable, fixes ModelBinding ns

This commit is contained in:
Shannon
2020-12-23 10:45:52 +11:00
parent c88ba7afa5
commit 0c645a99bd
4 changed files with 23 additions and 21 deletions

View File

@@ -1,10 +1,10 @@
using Microsoft.AspNetCore.Mvc.ApplicationModels;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Umbraco.Web.Common.ModelBinding;
using System.Linq;
using Umbraco.Web.Common.Attributes;
using Umbraco.Web.Actions;
using Umbraco.Web.Common.Filters;
using Umbraco.Web.Common.ModelBinders;
namespace Umbraco.Web.Common.ApplicationModels
{