Bugzilla – Attachment 7855 Details for
Bug 7031
More options for AdvancedSearchTypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7031 Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values
Bug-7031-Follow-up-Staff-search-displays-OPAC-desc.patch (text/plain), 977 bytes, created by
Kyle M Hall
on 2012-02-24 14:19:55 UTC
(
hide
)
Description:
Bug 7031 Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-02-24 14:19:55 UTC
Size:
977 bytes
patch
obsolete
>From b385fc45beb7c8eeb5d2e73ab44df3635fe3b883 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] Bug 7031 Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values > >--- > catalogue/search.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/catalogue/search.pl b/catalogue/search.pl >index 4dcb903..8547518 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.2.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 7031
:
5896
|
5897
|
5898
|
5899
|
6910
|
6932
|
6938
|
7855
|
7857
|
7859
|
7860
|
7861
|
7864
|
8127