Koha/koha-tmpl/intranet-tmpl/prog/js
Jonathan Druart 96681cfa07
Bug 35772: Remove double escaping
Patch as proposed by Jonathan in a comment on bug 29002

If a patron has HTML character in surname or firstname, Select2 will escapeHtml twice.

To test:
* Edit a patron, set firstname: <span>test</span>
* Place booking, search for test
* It shows correctly in the result, but when you select it you will see "&lt;", etc.
* Apply patch
* Verify the display is now corrected.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-01-16 12:06:10 +01:00
..
modals Bug 35650: Standardize on 'Check the logs for details.' 2024-01-11 15:44:38 +01:00
pages Bug 32477: Launch function hideColumns after changing datatables settings 2024-01-16 12:06:03 +01:00
vue Bug 35477: Show a warning when non-existent items are added to the waiting list 2024-01-04 16:51:46 +01:00
acq.js
acquisitions-menu.js
additem.js Bug 35441: Fix typo 'UniqueItemsFields' system preference 2023-12-07 11:16:22 +01:00
addorderiso2709.js
admin-menu.js
ajax.js
audio_alerts.js
auth-finder-search.js
authorities-detail-modal.js
authtype.js
automatic_item_modification_by_age.js
basket.js
biblio_framework.js
browser.js
calendar.js
cancel_booking_modal.js Bug 35475: Improve concatenated string and fix error in JS file 2024-01-16 12:05:58 +01:00
cart.js
cashup_modal.js Bug 31041: (follow-up) Clean up and generalise 2023-11-08 09:59:00 -03:00
catalog.js
cataloging.js Bug 35425: Optimize UX when dragging a tag or subfield 2023-12-11 19:41:25 +01:00
cataloging_additem.js
categories.js
charts.js
checkout_renewals_modal.js
checkouts.js Bug 35600: Prevent checkouts table to flicker 2023-12-20 15:13:40 +01:00
cookieconsent.js
datatables.js Bug 35309: Remove DT's fnSetFilteringDelay 2023-12-19 13:42:09 +01:00
desk_selection.js
elasticsearch-mappings.js Bug 35265: Remove drag and drop in Elasticsearch mappings 2024-01-11 15:44:45 +01:00
file-upload.js
funds_sorts.js
holds.js Bug 35650: (follow-up) Other cases found 2024-01-11 15:44:39 +01:00
ill-availability-partner.js
ill-availability.js
ill-batch-modal.js
ill-batch-table.js
ill-batch.js
ill-list-table.js Bug 34058: Use buildSearchPatronQuery when searching for patrons on left side filters 2023-11-09 14:42:20 -03:00
item_search_fields.js
job_progress.js
letter.js
localcovers.js Bug 35557: Remove LoadResultsCovers 2023-12-27 19:06:04 +01:00
mana.js
marc_modification_templates.js
marc_subfields_structure.js
members-menu.js Bug 35344: Warn on patron image upload if missing cardnumber 2023-12-11 19:41:25 +01:00
members.js
merge-record.js
messaging-preference-form.js
modal_printer.js Bug 31041: (follow-up) Clean up and generalise 2023-11-08 09:59:00 -03:00
onboarding.js
patron-webcam.js Bug 35344: Warn on patron image upload if missing cardnumber 2023-12-11 19:41:25 +01:00
place_booking_modal.js Bug 35772: Remove double escaping 2024-01-16 12:06:10 +01:00
recalls.js
register_selection.js
resolve_claim_modal.js
restrictiontypes.js
rotating-collections.js
select2.js
serials-toolbar.js
showpredictionpattern.js
sms_providers.js
staff-global.js Bug 35650: Standardize on 'Check the logs for details.' 2024-01-11 15:44:38 +01:00
subscription-add.js
table_filters.js
tools-menu.js
upload-images.js
viewlog.js
xmlControlfield.js
z3950_search.js