Bugzilla – Attachment 13905 Details for
Bug 9226
Wrong branch filter after suggestion creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-9226-Wrong-branch-filter-after-suggestion-creati.patch (text/plain), 1.81 KB, created by
Fridolin Somers
on 2012-12-06 14:14:34 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2012-12-06 14:14:34 UTC
Size:
1.81 KB
patch
obsolete
>From 11facf1a41c63a0204f53abbe1fb6ee23efc1172 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Thu, 6 Dec 2012 15:11:57 +0100 >Subject: [PATCH] Bug 9226: Wrong branch filter after suggestion creation > >--- > suggestion/suggestion.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl >index 99f38eb..ff78ef8 100755 >--- a/suggestion/suggestion.pl >+++ b/suggestion/suggestion.pl >@@ -82,7 +82,6 @@ my $returnsuggestedby = $input->param('returnsuggestedby'); > my $returnsuggested = $input->param('returnsuggested'); > my $managedby = $input->param('managedby'); > my $displayby = $input->param('displayby') || ''; >-my $branchfilter = ($displayby ne "branchcode") ? $input->param('branchcode') : ''; > my $tabcode = $input->param('tabcode'); > > # filter informations which are not suggestion related. >@@ -195,7 +194,7 @@ if ($op=~/else/) { > my $reasonsloop = GetAuthorisedValues("SUGGEST"); > foreach my $criteriumvalue ( map { $$_{'value'} } @$criteria_list ) { > # By default, display suggestions from current working branch >- if(not defined $branchfilter) { >+ unless ( exists $$suggestion_ref{'branchcode'} ) { > $$suggestion_ref{'branchcode'} = C4::Context->userenv->{'branch'}; > } > my $definedvalue = defined $$suggestion_ref{$displayby} && $$suggestion_ref{$displayby} ne ""; >@@ -265,6 +264,7 @@ if(defined($returnsuggested) and $returnsuggested ne "noone") > ## Initializing selection lists > > #branch display management >+my $branchfilter = ($displayby ne "branchcode") ? $input->param('branchcode') : ''; > my $onlymine=C4::Context->preference('IndependantBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags}!=1 && >-- >1.7.9.5 >
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 9226
:
13905
|
14273
|
15336