mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
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;
|
||||
}
|
||||
|
||||
if ($this->hasErrors()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user