Bugzilla – Attachment 131835 Details for
Bug 28955
Add option to set default branch from Apache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28955: Impact News as well [21.11]
Bug-28955-Impact-News-as-well-2111.patch (text/plain), 763 bytes, created by
Martin Renvoize (ashimema)
on 2022-03-17 11:28:28 UTC
(
hide
)
Description:
Bug 28955: Impact News as well [21.11]
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-03-17 11:28:28 UTC
Size:
763 bytes
patch
obsolete
>From ccc1634afdf93f2e95aee304ddfb06bd1575312f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 18 Feb 2022 15:54:56 +0100 >Subject: [PATCH] Bug 28955: Impact News as well [21.11] > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > opac/opac-main.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-main.pl b/opac/opac-main.pl >index bf63962ae0..779c06d587 100755 >--- a/opac/opac-main.pl >+++ b/opac/opac-main.pl >@@ -47,7 +47,7 @@ $template->param( > casAuthentication => $casAuthentication, > ); > >-my $homebranch; >+my $homebranch = $ENV{OPAC_BRANCH_DEFAULT}; > if (C4::Context->userenv) { > $homebranch = C4::Context->userenv->{'branch'}; > } >-- >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 28955
:
126989
|
128507
|
128569
|
128570
|
130819
|
130820
|
130823
|
130824
|
130862
|
130949
|
130950
|
130951
|
131833
|
131834
| 131835