https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32266 --- Comment #32 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #26)
2. The "total" tfoot has been removed
I'm talking with folks about what to do here, what is meaningful and/or useful. Totaling on the resultset made sense when all the rows were retrieved at once. but now things are paginated, what does the total mean? If we filter something, should we recalculate the totals? We would eventually need a separate endpoint to hit for the totals, which is fine but I want to hear users explain if this is useful or not first. We could even have some separate stats area on the page with fixed values they think are useful.
3. Sort by claims count raises a 500 DBI Exception: DBD::mysql::st execute failed: Unknown column 'me.claims_count' in 'order clause' at /kohadevbox/koha/Koha/Objects.pm line 401
Please look at bug 41950, I think I got a generic solution that will help us clear things in other places too! -- You are receiving this mail because: You are watching all bug changes.