[Koha-bugs] [Bug 11369] Too many search cursor cookies overflow HTTP-header size, when making multiple searches in the staff client.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 26 17:09:41 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11369

--- Comment #9 from Fridolin SOMERS <fridolyn.somers at biblibre.com> ---
Created attachment 25667
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25667&action=edit
Bug 11369 - Correct usage of me.searchid in browser.js

In browser.js, at creation of browser, the searchid is transmited to JS object
into me.searchid.
To be consistant, me.searchid should always be use, never searchid alone.
In browseRecords function, setting searchid as parameter is useless because it
is defined in me.searchid.

Test with test plan of Bug 10404

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list