Bugzilla – Attachment 8802 Details for
Bug 7863
opac-addbybiblionumber.pl plack scoping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 7863 - opac-addbybiblionumber.pl plack scoping
Signed-off-Bug-7863---opac-addbybiblionumberpl-pla.patch (text/plain), 1.96 KB, created by
Alex Arnaud
on 2012-04-03 12:24:08 UTC
(
hide
)
Description:
[Signed-off] Bug 7863 - opac-addbybiblionumber.pl plack scoping
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2012-04-03 12:24:08 UTC
Size:
1.96 KB
patch
obsolete
>From 806744662239b9d1a9d546f956cd3a35962afb30 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Sun, 1 Apr 2012 00:28:11 +0200 >Subject: [PATCH] [Signed-off] Bug 7863 - opac-addbybiblionumber.pl plack scoping > >Test scenario: > >1. issue search query >2. select 1 result >3. add to: new list, list-1, private >4. select 2 results >5. add to (exiting) list-1 >4. select 3 results >6. add to: new list, list-2, public >7. using lists drop-down, view and delete list-1 and list-2 > >Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> >--- > opac/opac-addbybiblionumber.pl | 22 +++++++++++----------- > 1 files changed, 11 insertions(+), 11 deletions(-) > >diff --git a/opac/opac-addbybiblionumber.pl b/opac/opac-addbybiblionumber.pl >index bea130d..b1a460e 100755 >--- a/opac/opac-addbybiblionumber.pl >+++ b/opac/opac-addbybiblionumber.pl >@@ -31,18 +31,18 @@ use C4::VirtualShelves qw/:DEFAULT GetAllShelves/; > use C4::Output; > use C4::Auth; > >-my $query = new CGI; >-my @biblionumber = $query->param('biblionumber'); >-my $selectedshelf = $query->param('selectedshelf'); >-my $newshelf = $query->param('newshelf'); >-my $shelfnumber = $query->param('shelfnumber'); >-my $newvirtualshelf = $query->param('newvirtualshelf'); >-my $category = $query->param('category'); >-my $authorized = 1; >-my $errcode = 0; >-my @biblios; >+our $query = new CGI; >+our @biblionumber = $query->param('biblionumber'); >+our $selectedshelf = $query->param('selectedshelf'); >+our $newshelf = $query->param('newshelf'); >+our $shelfnumber = $query->param('shelfnumber'); >+our $newvirtualshelf = $query->param('newvirtualshelf'); >+our $category = $query->param('category'); >+our $authorized = 1; >+our $errcode = 0; >+our @biblios; > >-my ( $template, $loggedinuser, $cookie ) = get_template_and_user( >+our ( $template, $loggedinuser, $cookie ) = get_template_and_user( > { > template_name => "opac-addbybiblionumber.tmpl", > query => $query, >-- >1.7.0.4
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 7863
:
8738
| 8802