Change in ovirt-engine[master]: webadmin: disk search overridden by default upon tab reveal

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 <gpadgett@redhat.com> --- 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 <gpadgett@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfediuck@redhat.com> Gerrit-Reviewer: Einav Cohen <ecohen@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Greg Padgett <gpadgett@redhat.com>
participants (1)
-
derez@redhat.com