Change default for sticky option of acknowledgements from true to false
resolves #12873
This commit is contained in:
parent
213804401c
commit
14cb499c1b
|
@ -109,7 +109,7 @@ class AcknowledgeProblemCommandForm extends ObjectsCommandForm
|
|||
'sticky',
|
||||
array(
|
||||
'label' => $this->translate('Sticky Acknowledgement'),
|
||||
'value' => true,
|
||||
'value' => false,
|
||||
'description' => $this->translate(
|
||||
'If you want the acknowledgement to remain until the host or service recovers even if the host'
|
||||
. ' or service changes state, check this option.'
|
||||
|
|
Loading…
Reference in New Issue