forms: Remove `required => true` from force creation checkboxes
This commit is contained in:
parent
bd4215608e
commit
abef0621ff
|
@ -243,7 +243,6 @@ class ResourceConfigForm extends ConfigForm
|
|||
'force_creation',
|
||||
array(
|
||||
'order' => 0,
|
||||
'required' => true,
|
||||
'ignore' => true,
|
||||
'label' => $this->translate('Force Changes'),
|
||||
'description' => $this->translate('Check this box to enforce changes without connectivity validation')
|
||||
|
|
|
@ -375,7 +375,6 @@ class TransportConfigForm extends ConfigForm
|
|||
'force_creation',
|
||||
array(
|
||||
'order' => 0,
|
||||
'required' => true,
|
||||
'ignore' => true,
|
||||
'label' => $this->translate('Force Changes'),
|
||||
'description' => $this->translate(
|
||||
|
|
Loading…
Reference in New Issue