Bug 1381647

Summary: In the tree view subcategories should not be opened, because there is so big list then
Product: Red Hat CloudForms Management Engine Reporter: Matouš Mojžíš <mmojzis>
Component: UI - OPSAssignee: Brian McLaughlin <bmclaugh>
Status: CLOSED CURRENTRELEASE QA Contact: Matouš Mojžíš <mmojzis>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.7.0CC: bmclaugh, dclarizi, hkataria, jhardy, jkrocil, mpovolny, obarenbo, simaishi
Target Milestone: GAKeywords: FutureFeature, TestOnly, ZStream
Target Release: 5.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ui:tree_view
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1411973 (view as bug list) Environment:
Last Closed: 2017-06-12 16:17:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1411973    
Attachments:
Description Flags
all subcategories open none

Description Matouš Mojžíš 2016-10-04 15:58:28 UTC
Created attachment 1207256 [details]
all subcategories open

Description of problem:


Version-Release number of selected component (if applicable):
5.7.0.3

How reproducible:


Steps to Reproduce:
1. Go to for example Settings -> Configuration
2. Select Access Control category
3.

Actual results:
All the subcategories are open and there are too many items displayed in the tree view.

Expected results:
Only main category should be open to view subcategories and subcategories should be closed.

Additional info:

Comment 7 CFME Bot 2016-12-07 15:01:39 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/929425332dd5f0663d5736325a6bf49523e587fc

commit 929425332dd5f0663d5736325a6bf49523e587fc
Author:     Brian McLaughlin <bmclaugh>
AuthorDate: Tue Oct 25 11:44:14 2016 -0400
Commit:     Brian McLaughlin <bmclaugh>
CommitDate: Tue Oct 25 11:46:22 2016 -0400

    Set TreeBuilderOpsRbac :open_all to false by default
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1381647

 app/presenters/tree_builder_ops_rbac.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comment 8 CFME Bot 2016-12-07 15:01:45 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/2af7086b5eee6c677f1ed7ec01b3ea8721b89c14

commit 2af7086b5eee6c677f1ed7ec01b3ea8721b89c14
Author:     Brian McLaughlin <bmclaugh>
AuthorDate: Tue Oct 25 11:45:44 2016 -0400
Commit:     Brian McLaughlin <bmclaugh>
CommitDate: Tue Oct 25 11:46:22 2016 -0400

    Spec test
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1381647

 spec/presenters/tree_builder_ops_rbac_spec.rb | 5 +++++
 1 file changed, 5 insertions(+)

Comment 9 CFME Bot 2016-12-07 15:01:51 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/7d8dc905db8cd6557fede7bde3a8f2549827f5a1

commit 7d8dc905db8cd6557fede7bde3a8f2549827f5a1
Author:     Brian McLaughlin <bmclaugh>
AuthorDate: Tue Oct 25 11:58:37 2016 -0400
Commit:     Brian McLaughlin <bmclaugh>
CommitDate: Tue Oct 25 11:58:37 2016 -0400

    miq-bot fix
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1381647

 spec/presenters/tree_builder_ops_rbac_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comment 13 Matouš Mojžíš 2017-04-10 07:49:51 UTC
Verified in 5.8.0.9. Only subcategories that contain only another subcategories are opened now.