Created attachment 1168667 [details] screen shot of security groups page without policy button Description of problem: ---------------------- Version-Release number of selected component (if applicable): --------------------------------------------------------------- 5.6.0.10 How reproducible: ---------------- Always Steps to Reproduce: ------------------- 1.Manage a cloud provider.Navigate to the summary page of its Network Manager. 2.Click any of the links in the Relationships section.For eg:Click Security Groups. 3.Observe that the 'All Security Groups' page doesn't have a Policy button. Actual results: -------------- Missing policy button on some of the Network Manager Relationship pages. Expected results: ----------------- Policy button should be present on the Network Manager Relationship pages. Additional info: ----------------
Hilda, Need to add code like this https://github.com/ManageIQ/manageiq/blob/master/app/helpers/application_helper/toolbar_chooser.rb#L442 to handle screens that are missing toolbars when going to relationships screen from Cloud Provider summary screen, see if you can make this if/else branch little bit more generic like changing it to return "#{@display}_center_tb" for certain cases. Let me know if you have questions. Thanks, ~Harpreet
https://github.com/ManageIQ/manageiq/pull/10584
Verified in 5.7.0.3