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',
|
'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')
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue