This commit is contained in:
@@ -84,6 +84,8 @@ function getControlLabel(ctrl) {
|
||||
// from server error collection
|
||||
//
|
||||
function getErrorsForField(vm, ref) {
|
||||
//Note: to debug this on forms just put {{ formState.serverError }}
|
||||
//on the form to see what is actually stored there and should be showing
|
||||
let ret = [];
|
||||
if (ref == "generalerror") {
|
||||
ret = vm.formState.serverError.details.filter(
|
||||
|
||||
Reference in New Issue
Block a user