[Koha-bugs] [Bug 29084] Update article requests-related Koha::Biblio methods to use relationships

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 22 21:26:20 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29084

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 125164
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125164&action=edit
Bug 29084: Update article requests-related Koha::Biblio methods to use
relationships

This patch makes Koha::Patron->article_requests use the underlying DBIC
relationship and _new_from_dbic instead of a plain search. It also
refactors 'article_requests_current' and 'article_requests_finished' to
use ->article_requests, as well as the new methods introduced by bug
29082 for filtering.

No behavior change should take place.

To test:
1. Apply the unit tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Biblio.t \
           t/db_dependent/ArticleRequests.t
=> SUCCESS: Tests pass!
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass!
5. Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list