[Koha-patches] [PATCH] (bug #3187) authority search pagination doesn't work

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Tue May 5 15:05:56 CEST 2009


Nicole,

It seems that it's not the same problem. The problem I fixed is
searching for "all headings" the first page will be fine, but if you go
on another one, you'll get the results like for searching an empty
string in authorities, that means : all authorities.

bests,

Le Tue, 5 May 2009 07:02:15 -0400,
Nicole Engard <nicole.engard at liblime.com> a écrit :

> Nahuel,
> 
> Is this bug the same as this one:
> http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2735  ?? If so
> I'll close mine and mark it a duplicate.
> 
> ---
> 
> Nicole C. Engard
> Open Source Evangelist, LibLime
> (888) Koha ILS (564-2457) ext. 714
> nce at liblime.com
> AIM/Y!/Skype: nengard
> 
> http://liblime.com
> http://blogs.liblime.com/open-sesame/
> 
> 
> 
> On Tue, May 5, 2009 at 5:53 AM, Nahuel ANGELINETTI
> <nahuel.angelinetti at biblibre.com> wrote:
> > this patch just set a marclist argument value on search authority,
> > else the pagination won't work. ---
> >  .../prog/en/includes/authorities-search.inc        |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git
> > a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc
> > b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc
> > index adc09ad..9a7b2e3 100644 ---
> > a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc
> > +++
> > b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc
> > @@ -78,7 +78,7 @@ <!-- /TMPL_IF --> <!-- /TMPL_LOOP --> </select>
> > -        <input type="hidden" name="marclist" value="" />
> > +        <input type="hidden" name="marclist" value="all" />
> >         <input type="hidden" name="and_or" value="and" />
> >         <input type="hidden" name="excluding" value="" />
> >         <select name="operator">
> > --
> > 1.6.0.4
> >
> > _______________________________________________
> > Koha-patches mailing list
> > Koha-patches at lists.koha.org
> > http://lists.koha.org/mailman/listinfo/koha-patches
> >


-- 
Nahuel ANGELINETTI




More information about the Koha-patches mailing list