Bugzilla – Attachment 115008 Details for
Bug 27336
JS error in Administration - System preferences page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27336: Fix xt/find-missing-filters.t
Bug-27336-Fix-xtfind-missing-filterst.patch (text/plain), 831 bytes, created by
Jonathan Druart
on 2021-01-11 09:23:16 UTC
(
hide
)
Description:
Bug 27336: Fix xt/find-missing-filters.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-11 09:23:16 UTC
Size:
831 bytes
patch
obsolete
>From 2eecdc903326b6a9baa164968c2d10d93c7ba9a5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 11 Jan 2021 10:20:11 +0100 >Subject: [PATCH] Bug 27336: Fix xt/find-missing-filters.t > >--- > t/lib/QA/TemplateFilters.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/lib/QA/TemplateFilters.pm b/t/lib/QA/TemplateFilters.pm >index 18bb8031ff..4efa714c37 100644 >--- a/t/lib/QA/TemplateFilters.pm >+++ b/t/lib/QA/TemplateFilters.pm >@@ -144,6 +144,7 @@ sub process_tt_block { > or $tt_block =~ m{\s?\|\s?\$KohaDates[^\|]*$} > or $tt_block =~ m{\s?\|\s?\$Price[^\|]*$} > or $tt_block =~ m{\s?\|\s?\$HtmlTags[^\|]*$} >+ or $tt_block =~ m{\s?\|\s?\$HtmlId[^\|]*$} > > # Already escaped correctly with raw > or $tt_block =~ m{\|\s?\$raw} >-- >2.20.1
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 27336
:
114826
|
114830
|
114949
|
114952
|
114975
|
115006
|
115007
| 115008