Remove `required => true` from skip validation switches

This commit is contained in:
Johannes Meyer 2020-04-20 14:44:35 +02:00
parent f581c67aeb
commit 6a4b07a0f7
2 changed files with 0 additions and 2 deletions

View File

@ -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.'

View File

@ -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.'