Description of problem: In Configuration -> Diagnostics -> Region or Zone, in the 'Roles by Servers' tab the Capacity and Utilization roles are described as "Role: Capacity & Utilization xxx" with the '&' being incorrectly rendered as '&' Version-Release number of selected component (if applicable): 5.8.0.11-beta2.20170418170914_a53d2a7 How reproducible: Every time
https://github.com/ManageIQ/manageiq-ui-classic/pull/1138
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/5f20605a57e15e4b5f62b4ab5f04ff6da7ab450f commit 5f20605a57e15e4b5f62b4ab5f04ff6da7ab450f Author: Dávid Halász <dhalasz> AuthorDate: Mon Apr 24 16:24:01 2017 +0200 Commit: Dávid Halász <dhalasz> CommitDate: Mon Apr 24 16:24:01 2017 +0200 Removed unnecessary escaping from assigned server role treenodes There is a content_tag around the escaped strings, therefore, it's obsolete to call html_escape as it has its own escaping mechanism. This also fixes the escaped & in the linked BZ. https://bugzilla.redhat.com/show_bug.cgi?id=1444794 app/presenters/tree_node/assigned_server_role.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
*** Bug 1445470 has been marked as a duplicate of this bug. ***