ItEr29S14ProcuraOrganizacionsTraballo: [FixBug] Clear error message when changing label type
This commit is contained in:
parent
646d2ccb38
commit
198e7ac3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
<label value="${i18n:_('Create and assign label')}" />
|
||||
</vbox>
|
||||
<hbox>
|
||||
<autocomplete id="cbLabelType"
|
||||
<autocomplete id="cbLabelType" onChange="txtLabelName.clearErrorMessage()"
|
||||
finder="LabelTypeFinder" buttonVisible="true" />
|
||||
<textbox id="txtLabelName" />
|
||||
<button style="margin-top: -4px"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue