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(
|
||||
'order' => 0,
|
||||
'ignore' => true,
|
||||
'required' => true,
|
||||
'label' => $this->translate('Skip Validation'),
|
||||
'description' => $this->translate(
|
||||
'Check this box to enforce changes without validating that authentication is possible.'
|
||||
|
|
|
@ -298,7 +298,6 @@ class BackendConfigForm extends ConfigForm
|
|||
array(
|
||||
'order' => 0,
|
||||
'ignore' => true,
|
||||
'required' => true,
|
||||
'label' => $this->translate('Skip Validation'),
|
||||
'description' => $this->translate(
|
||||
'Check this to not to validate the IDO schema of the chosen resource.'
|
||||
|
|
Loading…
Reference in New Issue