https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209
--- Comment #12 from Tomás Cohen Arazi <[email protected]> --- (In reply to Marcel de Rooy from comment #11) > Small remark: > > + is( ref($patrons->pager), 'DBIx::Class::ResultSet::Pager', > + 'Koha::Objects->pager returns a valid DBIx::Class object' ); > > If that is what we really want? Until now we wrapped lots of things in Koha > objects. > Btw: pager returns a Data::Page object for the current resultset. yeah, that looked weird, but I'm not touching it besides moving the tests into another subtsests. It is probably worth discussing and eventually filling a new 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/
