Skip to content

Commit 5d59f50

Browse files
ValeDaRoldlippserd
authored andcommitted
Add autosubmit class to Timeframe field in ReportForm
1 parent 1ad1763 commit 5d59f50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

library/Reporting/Web/Forms/ReportForm.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ protected function assemble()
3636
$this->addElement('select', 'timeframe', [
3737
'required' => true,
3838
'label' => 'Timeframe',
39-
'options' => [null => 'Please choose'] + $this->listTimeframes()
39+
'options' => [null => 'Please choose'] + $this->listTimeframes(),
40+
'class' => 'autosubmit'
4041
]);
4142

4243
$this->addElement('select', 'reportlet', [

0 commit comments

Comments
 (0)