Bugzilla – Attachment 119683 Details for
Bug 28125
All OPAC holds blocked when OPACHiddenItems contains incorrect values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28125: (QA follow-up) Fix missing filter
Bug-28125-QA-follow-up-Fix-missing-filter.patch (text/plain), 1.46 KB, created by
Nick Clemens (kidclamp)
on 2021-04-15 19:19:51 UTC
(
hide
)
Description:
Bug 28125: (QA follow-up) Fix missing filter
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-04-15 19:19:51 UTC
Size:
1.46 KB
patch
obsolete
>From 7cf66798a7aca54cc71f32ebb0ffdf424df7feb4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 15 Apr 2021 19:19:01 +0000 >Subject: [PATCH] Bug 28125: (QA follow-up) Fix missing filter > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 064584558c..7ec5f4d7b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -325,7 +325,7 @@ > <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'KohaAdminEmailAddress' does not contain a valid email address. Emails will not be sent.</td></tr> > [% END %] > [% IF warnPrefOpacHiddenItems %] >- <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems %]</th></tr> >+ <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr> > [% END %] > [% IF invalid_yesno.count %] > [% FOR p IN invalid_yesno %] >-- >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 28125
:
119513
|
119534
|
119539
|
119540
|
119682
| 119683