[Bug #726] Fix bug
With the event onPaging is shown the errors in the interface. FEA : ItEr62S05BugFixing
This commit is contained in:
parent
b8c997be61
commit
05cc2b613b
2 changed files with 6 additions and 1 deletions
|
|
@ -1390,4 +1390,8 @@ public class ManageOrderElementAdvancesController extends
|
|||
}
|
||||
}
|
||||
|
||||
public void onPagingMeasurement() {
|
||||
validateListAdvanceMeasurement();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,7 +60,8 @@
|
|||
<listbox id="editAdvancesMeasurement" width="380px" height="200px"
|
||||
model="@{manageOrderElementAdvancesController.advanceMeasurements}"
|
||||
itemRenderer="@{manageOrderElementAdvancesController.advanceMeasurementRenderer}"
|
||||
mold="paging" pageSize="5" sclass="advance-measurement">
|
||||
mold="paging" pageSize="5" sclass="advance-measurement"
|
||||
onPaging="manageOrderElementAdvancesController.onPagingMeasurement();">
|
||||
<listhead>
|
||||
<listheader label="${i18n:_('Value')}" width="100px" align="center"/>
|
||||
<listheader label="${i18n:_('Percentage')}" width="90px" align="center"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue