From 692f8fe4337f1bcc1b9312bfc9694b7c26a61679 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 25 Feb 2021 15:48:39 +0000 Subject: [PATCH] Bug 14233: (QA follow-up) Fix filtering issue As highlighted by David, the filtering was broken for the case where a notice had been deleted. This patch resolves that issue and also adds in the 'Log not enabled' display when the logs are not enabled. Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt index c36dc7354a..d25ca1cf70 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -96,7 +96,7 @@ [% CASE 'SEARCHENGINE' %]Search engine -[% CASE 'NOTICES' %]Notices +[% CASE 'NOTICES' %]Notices[% UNLESS Koha.Preference('NoticesLog') %] [% END %] [% CASE %][% module | html %] [% END %] [% END %] @@ -343,7 +343,7 @@ [% ELSIF loopro.module == "NOTICES" %]
[% loopro.info | trim | html %]
- +
[% ELSE %]
-- 2.20.1