ItEr48S04ValidacionEProbasFuncionaisItEr47S04 : [Bug #324] Fixes the problem that occurs when you select a type to filter the work reports.
This commit is contained in:
parent
84b55f5d09
commit
7256d2c54f
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@
|
|||
<label value="${i18n:_('Filter work report by :')}"/>
|
||||
<label value="${i18n:_('Type')}"/>
|
||||
<listbox id="listType" mold="select" rows="1"
|
||||
model="@{controller.filterWorkReportTypes}" width="150px"
|
||||
selectedItem="@{controller.defaultWorkReportType}">
|
||||
model="@{controller.filterWorkReportTypes}" width="150px">
|
||||
<listitem self="@{each='workReportType'}" value="@{workReportType}">
|
||||
<listcell label="@{workReportType.name}" />
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue