Description of problem: When the user clicks the "Re-check Authentication Status" drop down action button, no status message is displayed. Version-Release number of selected component (if applicable): 5.10.0.32 How reproducible: 100% Steps to Reproduce: 1. Add a Openshift provider to CFME 2. Navigate to Compute->Containers-Providers and select the Openshift provider 3. On the Dashboard view, select the "Authentication" drop down and click "Re-check Authentication Status" Actual results: Nothing is diaplyed Expected results: The following status message is displayed: Authentication status will be saved and workers will be restarted for the selected Containers Provider Additional info: This is only on the Dashboard view
fixing https://github.com/ManageIQ/manageiq-ui-classic/pull/5243
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/e8ff8e2c7841dfc6f89de960712f8805e416b820 commit e8ff8e2c7841dfc6f89de960712f8805e416b820 Author: Hilda Stastna <hstastna> AuthorDate: Wed Feb 13 09:34:33 2019 -0500 Commit: Hilda Stastna <hstastna> CommitDate: Wed Feb 13 09:34:33 2019 -0500 Fix missing flash message for Re-check Authentication Status Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1667980 Fix the missing flash message for re-checking authentication status for selected Container Provider, under Compute > Containers > Providers. app/views/ems_container/_show_dashboard.html.haml | 1 + 1 file changed, 1 insertion(+)
*** Bug 1684237 has been marked as a duplicate of this bug. ***
Verified in 5.11.0.1.20190424210327_58b5dbd Verification steps: 1. Add a Openshift provider to CFME 2. Navigate to Compute->Containers-Providers and select the Openshift provider 3. On the Dashboard view, select the "Authentication" drop down and click "Re-check Authentication Status" 4. Verified the following messages rendered: "Authentication status will be saved and workers will be restarted for the selected Containers Provider" 5. On the Dashboard view, select the "Policy" drop down and click "Check Compliance of Last Known Configuration" 6. Verified the following messages rendered: "<ocp_provider_name>: Check Compliance successfully initiated"