forms: Remove `required => true` from force creation checkboxes

This commit is contained in:
Johannes Meyer 2020-04-20 09:04:04 +02:00
parent bd4215608e
commit abef0621ff
2 changed files with 0 additions and 2 deletions

View File

@ -243,7 +243,6 @@ class ResourceConfigForm extends ConfigForm
'force_creation', 'force_creation',
array( array(
'order' => 0, 'order' => 0,
'required' => true,
'ignore' => true, 'ignore' => true,
'label' => $this->translate('Force Changes'), 'label' => $this->translate('Force Changes'),
'description' => $this->translate('Check this box to enforce changes without connectivity validation') 'description' => $this->translate('Check this box to enforce changes without connectivity validation')

View File

@ -375,7 +375,6 @@ class TransportConfigForm extends ConfigForm
'force_creation', 'force_creation',
array( array(
'order' => 0, 'order' => 0,
'required' => true,
'ignore' => true, 'ignore' => true,
'label' => $this->translate('Force Changes'), 'label' => $this->translate('Force Changes'),
'description' => $this->translate( 'description' => $this->translate(