Bugzilla – Attachment 174609 Details for
Bug 38441
ILL - Allow for a history check workflow stage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38441: Allow / render HTML in ILL staff notes
Bug-38441-Allow--render-HTML-in-ILL-staff-notes.patch (text/plain), 1.17 KB, created by
Pedro Amorim
on 2024-11-15 16:20:41 UTC
(
hide
)
Description:
Bug 38441: Allow / render HTML in ILL staff notes
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-15 16:20:41 UTC
Size:
1.17 KB
patch
obsolete
>From 8315212cf1bfac8f6d8d654b6f471603d62c0ebe Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 14 Nov 2024 16:51:30 +0000 >Subject: [PATCH] Bug 38441: Allow / render HTML in ILL staff notes > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 1fd6be5fb5..59509dc97b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -743,7 +743,7 @@ > [% IF request.notesstaff %] > <li class="notesstaff"> > <span class="label notes_staff">Staff notes:</span> >- <p>[% request.notesstaff | html %]</p> >+ <p>[% request.notesstaff | $raw %]</p> > </li> > [% END %] > [% IF request.notesopac %] >-- >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 38441
:
174604
|
174605
|
174606
|
174607
|
174608
| 174609 |
174610
|
174611