Description of problem: The currency code in the drop down list does not match the currency code in the table when selected. Version-Release number of selected component (if applicable): cfme-5.11.0.18-1.el8cf.x86_64 How reproducible: Consistently Steps to Reproduce: Navigate to Overview > Chargeback > Rates > Rates > Compute Select Configurations > Add New Rates Select "Afghani Afghani" from Currency and table shows "Rate (AFN)" instead of ISO 4217 code: AFA
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/4a6f8fa5b855d0fc2dd19cce96104657cac552d7 commit 4a6f8fa5b855d0fc2dd19cce96104657cac552d7 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Aug 26 23:27:05 2019 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Aug 26 23:27:05 2019 -0400 Show saved currency value consistently Show selected currency value consistent with value that was selected in a drop down on edit screen Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1740411 app/models/chargeback_rate_detail.rb | 2 +- spec/models/chargeback_rate_detail_spec.rb | 4 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/6104b666b6c38e1eb424224b24e60e764a6a0b25 commit 6104b666b6c38e1eb424224b24e60e764a6a0b25 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Aug 26 23:24:34 2019 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Aug 26 23:24:34 2019 -0400 Show selected currency value consistent with a drop down on edit screen Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1740411 app/controllers/chargeback_controller.rb | 5 +- 1 file changed, 3 insertions(+), 2 deletions(-)