Bugzilla – Attachment 172233 Details for
Bug 36594
Library hours display issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36594: (RM follow-up) Add new filter to filters test
Bug-36594-RM-follow-up-Add-new-filter-to-filters-t.patch (text/plain), 1.02 KB, created by
Martin Renvoize (ashimema)
on 2024-09-30 17:22:24 UTC
(
hide
)
Description:
Bug 36594: (RM follow-up) Add new filter to filters test
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-09-30 17:22:24 UTC
Size:
1.02 KB
patch
obsolete
>From fd09506579955adf904799eb79b3a230cb853a85 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 30 Sep 2024 18:21:13 +0100 >Subject: [PATCH] Bug 36594: (RM follow-up) Add new filter to filters test > >This is the patch I meant to write before pushing but brain fade failed >me. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 cc8c07bd79b..113b1f9163c 100644 >--- a/t/lib/QA/TemplateFilters.pm >+++ b/t/lib/QA/TemplateFilters.pm >@@ -144,6 +144,7 @@ sub process_tt_block { > # Already escaped with a special filter > # We could escape it but should be safe > or $tt_block =~ m{\s?\|\s?\$KohaDates[^\|]*$} >+ or $tt_block =~ m{\s?\|\s?\$KohaTimes[^\|]*$} > or $tt_block =~ m{\s?\|\s?\$Price[^\|]*$} > or $tt_block =~ m{\s?\|\s?\$HtmlTags[^\|]*$} > or $tt_block =~ m{\s?\|\s?\$HtmlId[^\|]*$} >-- >2.46.2
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 36594
:
170298
|
170460
|
171152
|
171153
|
171213
|
171220
|
171229
|
171952
| 172233