Bugzilla – Attachment 127793 Details for
Bug 29518
Title not displayed for additional contents
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29518: Display title for additional contents/news
Bug-29518-Display-title-for-additional-contentsnew.patch (text/plain), 902 bytes, created by
Jonathan Druart
on 2021-11-18 12:58:09 UTC
(
hide
)
Description:
Bug 29518: Display title for additional contents/news
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-11-18 12:58:09 UTC
Size:
902 bytes
patch
obsolete
>From fa37fe77c6a29640378df3eb4ba0e7e7346016ec Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 18 Nov 2021 13:57:30 +0100 >Subject: [PATCH] Bug 29518: Display title for additional contents/news > >--- > Koha/Template/Plugin/AdditionalContents.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Template/Plugin/AdditionalContents.pm b/Koha/Template/Plugin/AdditionalContents.pm >index c37abece4ea..db024d0f792 100644 >--- a/Koha/Template/Plugin/AdditionalContents.pm >+++ b/Koha/Template/Plugin/AdditionalContents.pm >@@ -33,7 +33,7 @@ sub get { > > my $category = $params->{category}; > my $location = $params->{location}; >- my $blocktitle = $params->{blocktitle}; >+ my $blocktitle = $params->{blocktitle} // 1; > my $lang = $params->{lang} || 'default'; > my $library = $params->{library}; > >-- >2.25.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 29518
: 127793