ItEr30S12ProcuraOrganizacionsTraballoItEr29S14: Set default option in combobox of filters
This commit is contained in:
parent
f9ef5df385
commit
23c4e9ee40
1 changed files with 3 additions and 2 deletions
|
|
@ -40,8 +40,9 @@
|
|||
<vbox>
|
||||
<hbox>
|
||||
<!-- Filter by label -->
|
||||
<combobox id="cbFilterType">
|
||||
<comboitem label="Filter by Label" />
|
||||
<combobox id="cbFilterType" value="${i18n:_('Filter by Label')}"
|
||||
constraint="no empty:${i18n:_('cannot be null or empty')}">
|
||||
<comboitem label="${i18n:_('Filter by Label')}" />
|
||||
</combobox>
|
||||
<bandboxSearch id="bdFilter" finder="LabelBandboxFinder"
|
||||
model="@{orderElementTreeController.labels}"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue