Daniel Erez has submitted this change and it was merged. Change subject: webadmin: disk search overridden by default upon tab reveal ......................................................................
webadmin: disk search overridden by default upon tab reveal If a search was done on disks and revealing the tab caused the radio button for the disk view to switch (from All or Luns to Images), the default search would run instead of the one entered. The function to filter the search based on the selected image type was overwriting the entire search string in some instances. It will now normalize the input before filtering so ensure that the current search string can be filtered according to image type. Change-Id: Iebf63fc5e6343819062959cd85219b1a965daf95 Bug-Url: https://bugzilla.redhat.com/893259 Signed-off-by: Greg Padgett <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/MainTabDiskView.java 1 file changed, 40 insertions(+), 22 deletions(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10897 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iebf63fc5e6343819062959cd85219b1a965daf95 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Padgett <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Greg Padgett <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
