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:
parent
92904e0d9e
commit
e57ca9ab61
|
|
@ -103,9 +103,7 @@ namespace MusicStore.Controllers
|
|||
}
|
||||
else
|
||||
{
|
||||
return Json(result.Errors);
|
||||
//https://github.com/aspnet/WebFx/issues/289
|
||||
//AddErrors(result);
|
||||
AddErrors(result);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue