output modelstate errors in case a post body can't be converted
This commit is contained in:
@@ -17,6 +17,7 @@ namespace zero.Web.Controllers
|
||||
{
|
||||
[ZeroAuthorize]
|
||||
[BackofficeGenericController]
|
||||
[ServiceFilter(typeof(ModelStateValidationFilterAttribute))]
|
||||
public abstract class BackofficeController : Controller, ISupportsGenericsController
|
||||
{
|
||||
IMapper _mapper;
|
||||
|
||||
Reference in New Issue
Block a user