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') ) );