1 Sep
2017
1 Sep
'17
12:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 --- Comment #12 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (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.