https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32266 --- Comment #26 from Jonathan Druart <jonathan.druart@gmail.com> --- 1. No estimated delivery dates displayed when calculated (and filter does not work) 2. The "total" tfoot has been removed 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 4. "Library" is empty (In reply to Tomás Cohen Arazi (tcohen) from comment #25)
(In reply to Jonathan Druart from comment #24)
Should not we use kohaTable's external_filter_nodes for the filters?
+ undefined, //external_filter_nodes
That feature is only for when you're building a DBIC query. In this case, we need to pass some extra query parameters like in `only_active=1`. Any follow-ups improving this implementation are welcome.
You can use it anyway. Look at the patron search. Search using "search fields" and "search type". Copy shareable link and reuse it => the form is restored. If you don't use it you will have to remove the "copy shareable link" feature as it won't work correctly. -- You are receiving this mail because: You are watching all bug changes.