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
|
else
|
||||||
{
|
{
|
||||||
return Json(result.Errors);
|
AddErrors(result);
|
||||||
//https://github.com/aspnet/WebFx/issues/289
|
|
||||||
//AddErrors(result);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue