Attached onChange listener to orderfilter multipleBandboxSearch
FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
parent
82d78afec4
commit
0971a2de67
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<label value=" ${i18n:_('Filter')}"
|
||||
tooltiptext="${i18n:_('Select required criteria set and press filter button')}"/>
|
||||
<bandboxMultipleSearch id="bdFilters" widthBandbox="260px" widthListbox="550px"
|
||||
finder="ordersMultipleFiltersFinder"/>
|
||||
finder="ordersMultipleFiltersFinder" onChange="orderFilterController.onApplyFilter()" />
|
||||
<label value="${i18n:_('from')}"/>
|
||||
<datebox id="filterStartDate" constraint = "@{orderFilterController.checkConstraintStartDate}"
|
||||
onChange="orderFilterController.onApplyFilter()"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue