Do not escape hierarchical select
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 20 Mar 2022 21:29:28 +0000 (10:29 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 20 Mar 2022 21:29:28 +0000 (10:29 +1300)
commitb0d4639d799fb3fbebc6cc73c27f57d5b5a0ca1d
treef2f1b06bfb291eb7463eae2033fbbd24fad46525
parent7ae979d96d3e45f297cffe47399396ad4b1f71e1
Do not escape hierarchical select

We already have 'cutouts' in the escape function to not escape assigned html.
It isn't catching the hierarchical select elements - so I have marked a bunch
to not be escaped. I could have handled in 'escape' but I think tpl handling
is actually correct - the cutouts in the escape function was to get it to
a more manageable level
templates/CRM/Activity/Import/Form/MapTable.tpl
templates/CRM/Contact/Import/Form/MapTable.tpl
templates/CRM/Contact/Import/Form/Mapper.tpl
templates/CRM/Contribute/Import/Form/MapTable.tpl
templates/CRM/Custom/Form/Group.tpl
templates/CRM/Event/Import/Form/MapTable.tpl
templates/CRM/Member/Import/Form/MapTable.tpl
templates/CRM/UF/Form/Field.tpl