Bugzilla – Attachment 171444 Details for
Bug 37881
Guarantor code broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37881: (QA follow-up) Correction to TT filters used
Bug-37881-QA-follow-up-Correction-to-TT-filters-us.patch (text/plain), 2.63 KB, created by
Martin Renvoize (ashimema)
on 2024-09-13 11:21:06 UTC
(
hide
)
Description:
Bug 37881: (QA follow-up) Correction to TT filters used
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-09-13 11:21:06 UTC
Size:
2.63 KB
patch
obsolete
>From 31272e79d8b9c0cd42215824017704f0a2f1b5a3 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 13 Sep 2024 11:52:46 +0100 >Subject: [PATCH] Bug 37881: (QA follow-up) Correction to TT filters used > >We were missing a couple of TT filters and we were using a `$raw` where it >was more appropriate to use `html`. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 27ad51c391b..17b7b85f2ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -515,12 +515,12 @@ legend.collapsed i.fa.fa-caret-down::before { > <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> > <span class="label">Guarantor:</span> > [% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] >- <input type="hidden" class="new_guarantor_id relation-[% r.id %]" name="new_guarantor_id" value="[% r.guarantor_id | $raw %]"/> >+ <input type="hidden" class="new_guarantor_id relation-[% r.id | html %]" name="new_guarantor_id" value="[% r.guarantor_id | html %]"/> > </li> > <li> > <span class="label">Relationship:</span> > <span>[% r.relationship | html %]</span> >- <input type=hidden class="new_guarantor_relationship relation-[% r.id %]" name="new_guarantor_relationship" value="[% r.relationship | html %]" /> >+ <input type=hidden class="new_guarantor_relationship relation-[% r.id | html %]" name="new_guarantor_relationship" value="[% r.relationship | html %]" /> > </li> > > <li> >-- >2.46.0
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 37881
:
171302
|
171303
|
171399
|
171400
|
171442
|
171443
| 171444