Tal Nisan has submitted this change and it was merged.
Change subject: webadmin: fix pagination error when navigating the system tree
......................................................................
webadmin: fix pagination error when navigating the system tree
Changed SearchableListModel such that the current search page is reset
with every search string reset. If the currently displayed page is
not tracked correctly, UX elements will misbehave.
The broken behavior primarily effected table lists view on main tabs.
When the tab's search is updated by either navigating the system tree or
by entering search terms, its list model needs to hold the correct search
page information. If not, the table view pagination controls may behave
as if a different page of records is being displayed than what is actually
displayed.
Change-Id: I17eab7bb25cbd7aecfedf259e33975947c1df892
Bug-Url:
https://bugzilla.redhat.com/1326452
Signed-off-by: Scott J Dickerson <sdickers(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/SearchableListModel.java
1 file changed, 3 insertions(+), 2 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Vojtech Szocs: Looks good to me, but someone else must approve
Oved Ourfali: Looks good to me, approved
Scott Dickerson: Verified
--
To view, visit
https://gerrit.ovirt.org/64136
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I17eab7bb25cbd7aecfedf259e33975947c1df892
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-4.0
Gerrit-Owner: Scott Dickerson <sdickers(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gshereme(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Scott Dickerson <sdickers(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>