ItEr48S04ValidacionEProbasFuncionaisItEr47S04 : [Bug #324] Fixes the problem that occurs when you select a type to filter the work reports.

This commit is contained in:
Susana Montes Pedreira 2010-02-17 18:43:05 +01:00 committed by Javier Moran Rua
parent 84b55f5d09
commit 7256d2c54f

View file

@ -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>