Bugzilla – Attachment 123734 Details for
Bug 24387
Rename News tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24387: (QA follow-up) Fix method import issues
Bug-24387-QA-follow-up-Fix-method-import-issues.patch (text/plain), 1.07 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-08-10 23:57:14 UTC
(
hide
)
Description:
Bug 24387: (QA follow-up) Fix method import issues
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-08-10 23:57:14 UTC
Size:
1.07 KB
patch
obsolete
>From 3114bc9730aba69872d1307bc737aae22c78c4b3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 10 Aug 2021 20:54:08 -0300 >Subject: [PATCH] Bug 24387: (QA follow-up) Fix method import issues > >Raised by the QA script, a couple issues carried by pre-17600 patches. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > tools/additional-contents.pl | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/tools/additional-contents.pl b/tools/additional-contents.pl >index f84e0d47a2..e4a409cb68 100755 >--- a/tools/additional-contents.pl >+++ b/tools/additional-contents.pl >@@ -24,10 +24,10 @@ > > use Modern::Perl; > use CGI qw ( -utf8 ); >-use C4::Auth; >+use C4::Auth qw(get_template_and_user); > use C4::Koha; > use C4::Context; >-use C4::Output; >+use C4::Output qw(output_html_with_http_headers); > use C4::Languages qw(getTranslatedLanguages); > use Koha::DateUtils; > use Koha::AdditionalContents; >@@ -226,5 +226,4 @@ $template->param( > languages => \@languages, > ); > >- > output_html_with_http_headers $cgi, $cookie, $template->output; >-- >2.30.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 24387
:
122737
|
122738
|
122746
|
122748
|
122872
|
122873
|
122874
|
122878
|
122879
|
122880
|
123730
|
123731
|
123732
|
123733
| 123734 |
123795
|
123796
|
123797
|
123798
|
123803
|
123811
|
123854
|
123855
|
123856
|
124867
|
125545
|
142653