From f885d8ede7914cf6f30a8600be6dc6eb5ef714c4 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 2 Dec 2015 03:14:15 +0100 Subject: [PATCH] IcingaCommandArgumentForm: allow Icinga DSL --- application/forms/IcingaCommandArgumentForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/IcingaCommandArgumentForm.php b/application/forms/IcingaCommandArgumentForm.php index 6819c746..09989193 100644 --- a/application/forms/IcingaCommandArgumentForm.php +++ b/application/forms/IcingaCommandArgumentForm.php @@ -42,7 +42,7 @@ class IcingaCommandArgumentForm extends DirectorObjectForm 'label' => $this->translate('Value type'), 'multiOptions' => array( 'string' => $this->translate('String'), - // 'expression' => $this->translate('Icinga DSL') + 'expression' => $this->translate('Icinga DSL') ), 'class' => 'autosubmit', ));