mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
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…
x
Reference in New Issue
Block a user