Change default for sticky option of acknowledgements from true to false

resolves #12873
This commit is contained in:
Eric Lippmann 2016-10-07 14:48:34 +02:00
parent 213804401c
commit 14cb499c1b
1 changed files with 1 additions and 1 deletions

View File

@ -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.'