Bugzilla – Attachment 87658 Details for
Bug 22501
OPAC course reserves notes should allow html links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22501: (QA Follow-up) use $raw for the note in the intranet
Bug-22501-QA-Follow-up-use-raw-for-the-note-in-the.patch (text/plain), 1.30 KB, created by
Liz Rea
on 2019-04-09 17:57:30 UTC
(
hide
)
Description:
Bug 22501: (QA Follow-up) use $raw for the note in the intranet
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-04-09 17:57:30 UTC
Size:
1.30 KB
patch
obsolete
>From 12b97674921149dc6f6e52081626b7a6ea4e8f79 Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Tue, 9 Apr 2019 17:56:43 +0000 >Subject: [PATCH] Bug 22501: (QA Follow-up) use $raw for the note in the > intranet > >--- > .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index 6313a2dfe0..23bd446aa0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -63,7 +63,7 @@ > </div> > </li> > <li><span class="label">Staff note</span> [% course.staff_note | html %]</li> >- <li><span class="label">Public note</span> [% course.public_note | html %]</li> >+ <li><span class="label">Public note</span> [% course.public_note | $raw %]</li> > <li><span class="label">Student count</span> [% course.students_count | html %]</li> > <li><span class="label">Status</span> [% IF course.enabled == 'yes' %]Active[% ELSE %]Inactive[% END %]</li> > </ol> >-- >2.11.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 22501
:
87127
|
87329
|
87380
|
87658
|
87735
|
87736
|
87737
|
88333