Bugzilla – Attachment 7861 Details for
Bug 7031
More options for AdvancedSearchTypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values
0003-SIGNED-OFF-Bug-7031-Follow-up-Staff-search-displays-.patch (text/plain), 1.06 KB, created by
Owen Leonard
on 2012-02-24 16:11:44 UTC
(
hide
)
Description:
[SIGNED-OFF] Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-02-24 16:11:44 UTC
Size:
1.06 KB
patch
obsolete
>From 776ec5e75eead8fe58b211e5edcceaf01137c2ad Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 24 Feb 2012 09:19:08 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7031 Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > catalogue/search.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/catalogue/search.pl b/catalogue/search.pl >index 20d21f1..03343f9 100755 >--- a/catalogue/search.pl >+++ b/catalogue/search.pl >@@ -265,7 +265,7 @@ foreach my $advanced_srch_type (@advanced_search_types) { > push @advancedsearchesloop, \%search_code; > } else { > # covers all the other cases: non-itemtype authorized values >- my $advsearchtypes = GetAuthorisedValues($advanced_srch_type, '', 'opac'); >+ my $advsearchtypes = GetAuthorisedValues($advanced_srch_type); > my @authvalueloop; > for my $thisitemtype (@$advsearchtypes) { > my %row =( >-- >1.7.3 >
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 7031
:
5896
|
5897
|
5898
|
5899
|
6910
|
6932
|
6938
|
7855
|
7857
|
7859
|
7860
| 7861 |
7864
|
8127