mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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',
|
||||
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…
x
Reference in New Issue
Block a user