Added onchange listeners to company view date filter widgets
FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
parent
bc20df68ac
commit
b16cfdf4a6
1 changed files with 4 additions and 2 deletions
|
|
@ -25,9 +25,11 @@
|
|||
<bandboxMultipleSearch id="bdFilters" widthBandbox="260px" widthListbox="550px"
|
||||
finder="ordersMultipleFiltersFinder"/>
|
||||
<label value="${i18n:_('from')}"/>
|
||||
<datebox id="filterStartDate" constraint = "@{orderFilterController.checkConstraintStartDate}"/>
|
||||
<datebox id="filterStartDate" constraint = "@{orderFilterController.checkConstraintStartDate}"
|
||||
onChange="orderFilterController.onApplyFilter()"/>
|
||||
<label value="${i18n:_('to')}"/>
|
||||
<datebox id="filterFinishDate" constraint = "@{orderFilterController.checkConstraintFinishDate}"/>
|
||||
<datebox id="filterFinishDate" constraint = "@{orderFilterController.checkConstraintFinishDate}"
|
||||
onChange="orderFilterController.onApplyFilter()"/>
|
||||
<label value="${i18n:_('subelements')}"/>
|
||||
<checkbox id="checkIncludeOrderElements"
|
||||
tooltiptext="${i18n:_('Apply filtering to tasks satisfying required criteria')}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue