Created attachment 1207250 [details] database category missing Description of problem: Version-Release number of selected component (if applicable): 5.7.0.3 How reproducible: Always Steps to Reproduce: 1. Go to Settings -> Configuration 2. Select Access Control Category 3. Actual results: Database category is missing Expected results: Additional info:
https://github.com/ManageIQ/manageiq/pull/11714
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/e6540a989ce989f61b693dc9bcf2490a44fe7ca2 commit e6540a989ce989f61b693dc9bcf2490a44fe7ca2 Author: Dávid Halász <dhalasz> AuthorDate: Wed Oct 5 17:18:35 2016 +0200 Commit: Dávid Halász <dhalasz> CommitDate: Thu Oct 6 09:26:36 2016 +0200 Re-initialize accordions when replacing the right cell Right cell replace can display a previously hidden toolbar. This cause issues with accessing the last elements in an accordion. Forcing the miqInitAccordions() fixes this issue... https://bugzilla.redhat.com/show_bug.cgi?id=1381643 https://bugzilla.redhat.com/show_bug.cgi?id=1381638 app/assets/javascripts/miq_explorer.js | 1 + 1 file changed, 1 insertion(+)
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/42d769789de93a6155b712f599c1a8d36b83686e commit 42d769789de93a6155b712f599c1a8d36b83686e Author: Martin Povolny <mpovolny> AuthorDate: Sat Oct 8 08:21:12 2016 +0200 Commit: Oleg Barenboim <chessbyte> CommitDate: Thu Oct 13 15:52:56 2016 -0400 Merge pull request #11714 from skateman/bz-1381643 Re-initialize accordions when replacing the right cell (cherry picked from commit 05675640e8b42649e78aa4b2e020b13f8a2cf155) https://bugzilla.redhat.com/show_bug.cgi?id=1381643 https://bugzilla.redhat.com/show_bug.cgi?id=1381638 app/assets/javascripts/miq_explorer.js | 1 + 1 file changed, 1 insertion(+)
Verified in 5.8.0.9. Database category is not missing anymore whne access control category is selected.