https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32266
--- Comment #25 from Tomás Cohen Arazi (tcohen) <[email protected]> --- (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 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/
