Fix that the DashletForm handles the autosubmit manually

This commit is contained in:
Johannes Meyer 2015-03-03 08:24:23 +01:00
parent 53e73161d8
commit f7785ee04a
1 changed files with 1 additions and 1 deletions

View File

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