| Summary: | cannot use more states for filtering tasks | ||
|---|---|---|---|
| Product: | Red Hat Storage Console | Reporter: | Martin Kudlej <mkudlej> |
| Component: | core | Assignee: | gowtham <gshanmug> |
| Status: | CLOSED WONTFIX | QA Contact: | sds-qe-bugs |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2 | CC: | mcarrano, mkudlej, nthomas, sankarshan |
| Target Milestone: | --- | ||
| Target Release: | 3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhscon-ceph-0.0.23-1.el7scon.x86_64, rhscon-core-0.0.24-1.el7scon.x86_64, rhscon-ui-0.0.39-1.el7scon.noarch | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-23 04:03:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Martin Kudlej
2016-03-08 13:31:45 UTC
Sounds like this is not working as designed. The count displayed here should be the number of items that select the criteria, if In Progress, Completed, and Failed are all selected, then all tasks are displayed (in this case 24 tasks). If I set Failed = false, then the user should only see tasks that are either in progress or that have been completed successfully (16 tasks in this case). @Matt Carrano - What should be displayed when none of the filters are selected Inprogress==False, Completed==False, Failed==False (In reply to Karnan from comment #2) > @Matt Carrano - What should be displayed when none of the filters are > selected > > Inprogress==False, Completed==False, Failed==False If no filters are selected, then there is nothing to show and you should display an "empty state." See https://www.patternfly.org/patterns/table-view/ for guidance on what this should look like. I suggest a message like, "There are no tasks that meet your criteria. Please select In Progress, Completed, and/or failed to list all tasks that meet that criteria." I'm also comparing against the design and see that "Succeeded" was changes to "Completed." This may result in confusion as identified in the original bug. What you call "Completed" should only be tasks that have completed successfully. Tested with ceph-ansible-1.0.5-25.el7scon.noarch ceph-installer-1.0.12-4.el7scon.noarch rhscon-ceph-0.0.32-1.el7scon.x86_64 rhscon-core-0.0.33-1.el7scon.x86_64 rhscon-core-selinux-0.0.33-1.el7scon.noarch rhscon-ui-0.0.47-1.el7scon.noarch and it is not fixed as is described in comment #3 1) If no filter is selected all tasks are shown. 2) Succeeded is renamed to Completed which is I think wrong because Failed tasks are completed too. 3) Missing implementation of cite: "Filter events by name, object or other criteria (e.g. object, user, etc.)." It seems that it searches in all attributes but this should be specified somewhere or implemented according design document. -->Assigned |