A bug in Html Summary when trying to render error messages in a model state error bag is fixed.

Modifying the sample to use the fix.
This commit is contained in:
Praburaj 2014-04-28 16:15:14 -07:00
parent 92904e0d9e
commit e57ca9ab61
1 changed files with 1 additions and 3 deletions

View File

@ -103,9 +103,7 @@ namespace MusicStore.Controllers
} }
else else
{ {
return Json(result.Errors); AddErrors(result);
//https://github.com/aspnet/WebFx/issues/289
//AddErrors(result);
} }
} }