Bugzilla – Attachment 121269 Details for
Bug 28388
Search result set is lost when viewing the MARC plain view (opac-showmarc.pl)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28388: Preserve "Browse results" when "view plain" is clicked
Bug-28388-Preserve-Browse-results-when-view-plain-.patch (text/plain), 1002 bytes, created by
Jonathan Druart
on 2021-05-21 07:39:33 UTC
(
hide
)
Description:
Bug 28388: Preserve "Browse results" when "view plain" is clicked
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-05-21 07:39:33 UTC
Size:
1002 bytes
patch
obsolete
>From 8d8af66af2836ace8288448127629596f87b96c3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 21 May 2021 09:37:54 +0200 >Subject: [PATCH] Bug 28388: Preserve "Browse results" when "view plain" is > clicked > >"view plan" will hit opac-showmarc.pl and the "busc" containing the info >will be removed from the session >--- > C4/Auth.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index f281def2ce0..ff8f43c6918 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -546,6 +546,7 @@ sub get_template_and_user { > && $in->{'template_name'} =~ /opac-(.+)\.(?:tt|tmpl)$/ ) { > my $pagename = $1; > unless ( $pagename =~ /^(?:MARC|ISBD)?detail$/ >+ or $pagename =~ /^showmarc$/ > or $pagename =~ /^addbybiblionumber$/ > or $pagename =~ /^review$/ ) { > my $sessionSearch = get_session( $sessionID || $in->{'query'}->cookie("CGISESSID") ); >-- >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 28388
:
121269
|
121339
|
121489