ExtensibleSet: make sure to stop on errors...
...that have been "manually" set
This commit is contained in:
parent
2968b541ca
commit
b3ae6ea68b
|
@ -80,6 +80,10 @@ class ExtensibleSet extends FormElement
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($this->hasErrors()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue