https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #11 from Jonathan Druart <[email protected]> --- 0. Dates look great now! :) 1. Why not having current holds in the table (behavior intranet-side, members/holdshistory.pl) 2. Is there a plan to make existing intranet-side view using the REST API? ie. only 1 code to maintain. 3. Why only 10 results displayed by default? Usually 20 4. Why no way to modify the number of results displayed? Basically, why DataTable does not display as other table? (like no page number, search box, etc.) Is that the OPAC style? 5. Not translatable strings: 187 if(row.cancelation_date) return 'Canceled'; 188 if (data == 'F') return 'Fulfilled'; 189 if (data == 'W') return 'Waiting'; 190 if (data == 'T') return 'In Transit'; 191 return 'Pending'; 6. opac-holdsrecord.pl vs members/holdshistory.pl Should not we use the same script names? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
