Bugzilla – Attachment 138493 Details for
Bug 15326
Add CMS feature
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15326: (follow-up) Hide RSS feed if no news items
Bug-15326-follow-up-Hide-RSS-feed-if-no-news-items.patch (text/plain), 1.03 KB, created by
Aleisha Amohia
on 2022-08-02 05:01:56 UTC
(
hide
)
Description:
Bug 15326: (follow-up) Hide RSS feed if no news items
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-08-02 05:01:56 UTC
Size:
1.03 KB
patch
obsolete
>From 7ee1b72f28c20c75f3aa7560e9b098c73a9ca74b Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 2 Aug 2022 12:40:04 +1200 >Subject: [PATCH] Bug 15326: (follow-up) Hide RSS feed if no news items > >If there are pages but no news items showing on the OPAC, the RSS feed container >should not show. > >Sponsored-by: Horowhenua Libraries Trust >--- > Koha/AdditionalContents.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/AdditionalContents.pm b/Koha/AdditionalContents.pm >index 711b187ad3..a33152b3ee 100644 >--- a/Koha/AdditionalContents.pm >+++ b/Koha/AdditionalContents.pm >@@ -75,6 +75,7 @@ sub search_for_display { > $search_params->{published_on} = { '<=' => \'CAST(NOW() AS DATE)' }; > $search_params->{-or} = [ expirationdate => { '>=' => \'CAST(NOW() AS DATE)' }, > expirationdate => undef ]; >+ $search_params->{category} = $params->{category} if $params->{category}; > > if ( $params->{lang} ) { > # FIXME I am failing to translate the following query >-- >2.11.0
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 15326
:
45621
|
58272
|
58607
|
58608
|
58609
|
58787
|
63904
|
63905
|
64241
|
64941
|
64942
|
66255
|
70866
|
70867
|
70868
|
70869
|
70870
|
70871
|
76387
|
76388
|
76389
|
76390
|
76391
|
76392
|
78232
|
78233
|
78234
|
78235
|
78236
|
78237
|
78238
|
78240
|
79269
|
83318
|
83319
|
83320
|
83321
|
83322
|
83323
|
83324
|
83325
|
83326
|
83404
|
83405
|
83406
|
83407
|
83408
|
83409
|
83410
|
83411
|
83412
|
84682
|
84683
|
84684
|
84685
|
84686
|
84687
|
84688
|
84689
|
84690
|
84691
|
87494
|
87495
|
87496
|
87497
|
87498
|
87499
|
87500
|
87501
|
87502
|
87503
|
87608
|
87609
|
87610
|
87617
|
96084
|
96085
|
96086
|
96087
|
96088
|
96089
|
96090
|
96091
|
96092
|
96093
|
96094
|
96095
|
96096
|
96097
|
96098
|
97237
|
101565
|
101566
|
101567
|
101568
|
101569
|
101570
|
101571
|
101572
|
101573
|
101574
|
101575
|
101576
|
101577
|
101578
|
101579
|
101580
|
128341
|
128342
|
128343
|
128344
|
128345
|
128346
|
128347
|
128348
|
128349
|
128350
|
128351
|
128352
|
128353
|
128354
|
128355
|
128356
|
128357
|
128585
|
128642
|
136432
|
136757
|
136768
|
138489
|
138493
|
139028
|
139029
|
139030
|
139031
|
139111
|
139123
|
139124
|
139125
|
139172
|
139173
|
139174