http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8028
--- Comment #10 from Kyle M Hall <[email protected]> --- (In reply to comment #9) > QA comment: I'm unable to understand & reproduce the problem and the > solution. Could you give me more explanations ? A screenshot ? Currently, if there are more than 5 items in the table on parcel.pl, it only shows you the first 5. You must click a link to show more than 5. This patch makes the page 'remember' if you would prefer to see just the first 5, or more than 5. > 2 comments (that will maybe be removed when I understand & reproduce): > * is using a cookie the best way to do that ? I think it is the best way to accomplish this. The idea is to give the librarians the choice. A system preference would force all the librarians to have the same behavior ( 5 or more than 5 ). Additionally, parameter passing won't work without adding the parameter to *every* page in Koha, which sounds like a far worse solution. > * isn't DataTable jquery plugin what we should use ? Nobody as implemented DataTables here, and it is outside the scope of this bug. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
