Created attachment 1273005 [details] additional characters in flash error message Description of problem: Version-Release number of selected component (if applicable): 5.8.0.11 How reproducible: Always Steps to Reproduce: 1. Go to Configuration -> CFME Region -> Maps Tags 2. Add tag with label Test 3. Add another tag with label Test Actual results: There is additional ", " before Test. Screenshot attached. Expected results: Additional info:
This is not the bug. There should be a "," but something else is missing. Text should be "Mapping for Instance (Amazon), Test already exists" For some reason, the entity name: Instance (Amazon) is missing. Still inquiring why this happens.
This "missing entity" issue was caused by the same issue in https://bugzilla.redhat.com/show_bug.cgi?id=1444112 And this was fixed in PR: https://github.com/ManageIQ/manageiq-ui-classic/pull/1122 However, I changed the text to make it clearer: "Mapping for Instance (Amazon), Label Test already exists" https://github.com/ManageIQ/manageiq-ui-classic/pull/1123
PR updated and the current error message is: Mapping for Instance (Amazon), Label "Test" already exists
Verified in 5.9.0.8. Flash message is displayed correctly.