From 1fe59db0f27972cb8df0403fbc932fb06af54309 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 17 Nov 2015 18:25:13 +0100 Subject: [PATCH] IcingaCommandArgumentForm: provide delete button --- application/forms/IcingaCommandArgumentForm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/forms/IcingaCommandArgumentForm.php b/application/forms/IcingaCommandArgumentForm.php index f5854493..6819c746 100644 --- a/application/forms/IcingaCommandArgumentForm.php +++ b/application/forms/IcingaCommandArgumentForm.php @@ -58,6 +58,8 @@ class IcingaCommandArgumentForm extends DirectorObjectForm // 'expression' => $this->translate('Icinga DSL') ) )); + + $this->setButtons(); } protected function beforeValidation($data = array())