5 Oct
2015
5 Oct
'15
3:42 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #128 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 43129 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43129&action=edit Bug 12478: Remove empty limit parameter If no limit are passed, the url will contain '&limit=' anyway. It is not necessary and can be avoided easily Test plan: 1/ Search for a term in your catalogue 2/ Hover over a link in the facet area 3/ The link is cgi-bin/koha/opac-search.pl?idx=kw&q=your_term&limit=&limit=[...] With this patch, the empty limit parameter does not appear. -- You are receiving this mail because: You are watching all bug changes.