Bug 1498996
Summary: | [RFE][XS-2] Add 'Check All' button to /ui/service/services | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Kedar Kulkarni <kkulkarn> |
Component: | UI - Service | Assignee: | Martin Hradil <mhradil> |
Status: | CLOSED ERRATA | QA Contact: | Niyaz Akhtar Ansari <nansari> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.9.0 | CC: | cpelland, dmetzger, jhardy, jocarter, kkulkarn, lavenel, mfeifer, mhradil, obarenbo, rspagnol, sdoyle, simaishi, sshveta, tnovotna |
Target Milestone: | MVP | Keywords: | FutureFeature, RFE |
Target Release: | 5.11.0 | Flags: | kkulkarn:
automate_bug-
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.0.8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-12-12 13:33:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Feature | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Description
Kedar Kulkarni
2017-10-05 18:53:14 UTC
*** Bug 1505523 has been marked as a duplicate of this bug. *** I had a question about how we would like this implemented. Are we wanting to allow you to select all on the services on the current list/page, or would you like a true select all that selects all services including the ones not on the screen? Both of these options will require a bit more investigation of how to accomplish but it would let us figure out what other tickets might be necessary to accomplish this. Hey Chris, I would say that both options seem good enough but I would suggest going "select all on the services on the current list/page" way. I will still also recommend to that you can set need info on Brad or Loic. Thanks, KK. Currently working with the patternfly team to discuss implementation strategy for bulk selection on toolbars. This feature is needed in patternfly before it can be implemented into service explorer. Steps to Reproduce: 1. open Service UI 2. go to My Services Actual results: Only individual lines have checkboxes, no "check all" checkbox. Expected results: A "check all" checkbox should exist, above the list, left to the filter. > A "check all" checkbox should exist, above the list, left to the filter. Change: *under* the list Ready in https://github.com/ManageIQ/manageiq-ui-service/pull/1533 New commit detected on ManageIQ/manageiq-ui-service/master: https://github.com/ManageIQ/manageiq-ui-self_service/commit/f7097ea57d77d1ed53290849032b0a94c1010869 commit f7097ea57d77d1ed53290849032b0a94c1010869 Author: Martin Hradil <mhradil> AuthorDate: Wed Apr 3 08:05:53 2019 -0400 Commit: Martin Hradil <mhradil> CommitDate: Wed Apr 3 08:05:53 2019 -0400 ServiceExplorer - add checkAll behaviour fortunately vm.serviceList is already filtered to just the list of *visible* items on the current screen, so the logic of setting the checkbox and adjusting the selection is relatively simple Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1498996 client/app/services/service-explorer/service-explorer.component.js | 19 +- client/app/services/service-explorer/service-explorer.html | 5 +- 2 files changed, 22 insertions(+), 2 deletions(-) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:4199 |