mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Remove required => true
from skip validation switches
This commit is contained in:
parent
f581c67aeb
commit
6a4b07a0f7
@ -370,7 +370,6 @@ class UserBackendConfigForm extends ConfigForm
|
|||||||
array(
|
array(
|
||||||
'order' => 0,
|
'order' => 0,
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'required' => true,
|
|
||||||
'label' => $this->translate('Skip Validation'),
|
'label' => $this->translate('Skip Validation'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'Check this box to enforce changes without validating that authentication is possible.'
|
'Check this box to enforce changes without validating that authentication is possible.'
|
||||||
|
@ -298,7 +298,6 @@ class BackendConfigForm extends ConfigForm
|
|||||||
array(
|
array(
|
||||||
'order' => 0,
|
'order' => 0,
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'required' => true,
|
|
||||||
'label' => $this->translate('Skip Validation'),
|
'label' => $this->translate('Skip Validation'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'Check this to not to validate the IDO schema of the chosen resource.'
|
'Check this to not to validate the IDO schema of the chosen resource.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user