Bugzilla – Attachment 188391 Details for
Bug 30568
Make patron name fields more flexible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30568: (QA follow-up) Don't double filter content in wrapper
Bug-30568-QA-follow-up-Dont-double-filter-content-.patch (text/plain), 1.04 KB, created by
Nick Clemens (kidclamp)
on 2025-10-23 18:56:05 UTC
(
hide
)
Description:
Bug 30568: (QA follow-up) Don't double filter content in wrapper
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-10-23 18:56:05 UTC
Size:
1.04 KB
patch
obsolete
>From 22f807fadd6c0921f29a1528b6be9b650ace89a5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 23 Oct 2025 18:55:18 +0000 >Subject: [PATCH] Bug 30568: (QA follow-up) Don't double filter content in > wrapper > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >index a0577c3f885..7161ca7a3b9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >@@ -90,8 +90,8 @@ > [% END %] > [%- BLOCK maybe_span -%] > [%- IF no_html -%] >- [%- content | html -%] >+ [%- content | $raw #filtered before passed in -%] > [%- ELSE -%] >- <span class="[% field_name | html %]">[%- content | html -%]</span> >+ <span class="[% field_name | html %]">[%- content | $raw #filtered before passed in -%]</span> > [%- END -%] > [%- END -%] >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30568
:
175338
|
175351
|
175365
|
175910
|
175911
|
186504
|
186505
|
187420
|
187421
|
187494
|
187495
|
187659
|
187660
|
187704
|
187740
|
187741
|
187742
|
187743
|
187785
|
187786
|
187787
|
187788
| 188391