ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #358] Disabling checkboxes at list of advance types.
This commit is contained in:
parent
800d7fb909
commit
e059129069
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<rows>
|
||||
<row self="@{each='advanceType'}" value="@{advanceType}">
|
||||
<label value="@{advanceType.unitName}"/>
|
||||
<checkbox checked="@{advanceType.active}"/>
|
||||
<checkbox checked="@{advanceType.active}" disabled="true" />
|
||||
<hbox>
|
||||
<button visible="@{advanceType.updatable}" sclass="icono" image="/common/img/ico_editar1.png"
|
||||
hoverImage="/common/img/ico_editar.png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue