https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42282
--- Comment #19 from Jonathan Druart <[email protected]> --- Created attachment 198598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198598&action=edit Bug 42282: (follow-up) Fix broken mailto concatenation in Elasticsearch 404 modal The port folded the admin email into a single string literal " <a href='mailto: + Koha.prefs.KohaAdminEmailAddress'>" so the href became the literal text "mailto: + Koha.prefs..." instead of mailto:<admin email>. Close the string and concatenate Koha.prefs.KohaAdminEmailAddress. To test: - Set KohaAdminEmailAddress syspref. - SearchEngine = Elasticsearch, open a biblio detail page. - Trigger the Elasticsearch preview with a bad id so the 404 branch renders, and confirm the "Send email" link points at mailto:<email>. Signed-off-by: Paul Derscheid <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
