Description of problem: The title of the chargeback rates pages (Compute and Storage), have incorrect titles after deleting a rate. Navigating to the Storage or Compute chargeback rates screens results in a plural title: 'Compute Chargeback Rates' or 'Storage Chargeback Rates' If you select several rates, or navigate to a specific rate's page, and delete the group or singular rate, the page ultimately redirects to the 'All' page for the given rate type. The title is singular after this redirect - the same as the 'Details' page for a given rate, but without the rate's name included. The name should be consistent, and plural, on the page of all Compute or Storage Rates Version-Release number of selected component (if applicable): 5.9.0.15 Observed in Google Chrome How reproducible: 100% Steps to Reproduce: Works for Storage or Compute 1. Navigate to Storage chargeback, note plural page title 2. Create new chargeback rate 3. Select, or navigate to, the newly created rate 4. Delete the rate 5. Note redirect to 'All' page Actual results: Page title is singular instead of plural Expected results: Page title is plural, matching title of direct navigation to the page Additional info:
https://github.com/ManageIQ/manageiq-ui-classic/pull/3447
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/7129397074a08b0b24215663aea967eb37252b58 commit 7129397074a08b0b24215663aea967eb37252b58 Author: Hilda Stastna <hstastna> AuthorDate: Wed Feb 21 16:42:10 2018 +0100 Commit: Hilda Stastna <hstastna> CommitDate: Wed Feb 21 16:42:10 2018 +0100 Fix Chargeback Rates page title Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1532701 Fix Chargeback Rates page title in Cloud Intel > Chargeback > Rates > Rates folder. app/controllers/chargeback_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Tested in CFME 5.10.0.2.20180626170006_40dc459 When deleting from the All page or from the details page, the title of the 'All' page after redirection is now correct, and consistently plural.