[Bug #1184] Fix issue avoiding reset verticalPage to zero
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
484b2652da
commit
a20e122495
1 changed files with 0 additions and 1 deletions
|
|
@ -816,7 +816,6 @@ public class AdvancedAllocationController extends GenericForwardComposer {
|
|||
|
||||
public void populateVerticalListbox() {
|
||||
if (rowsCached != null) {
|
||||
verticalPage = 0;
|
||||
verticalPaginationIndexes = new ArrayList<Integer>();
|
||||
advancedAllocationVerticalPagination.getChildren().clear();
|
||||
for(int i=0; i<rowsCached.size(); i=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue