From f7785ee04aede15e9c3bb7681fa74a53f0675385 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 3 Mar 2015 08:24:23 +0100 Subject: [PATCH] Fix that the DashletForm handles the autosubmit manually --- application/forms/Dashboard/DashletForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/Dashboard/DashletForm.php b/application/forms/Dashboard/DashletForm.php index 6a33a439b..59ae41582 100644 --- a/application/forms/Dashboard/DashletForm.php +++ b/application/forms/Dashboard/DashletForm.php @@ -116,9 +116,9 @@ class DashletForm extends Form 'checkbox', 'create_new_pane', array( + 'autosubmit' => true, 'required' => false, 'label' => $this->translate('New dashboard'), - 'class' => 'autosubmit', 'description' => $this->translate('Check this box if you want to add the dashlet to a new dashboard') ) );