[Koha-bugs] [Bug 23463] Move C4::Items CRUD subroutines to Koha::Item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 6 20:14:36 CET 2020


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

--- Comment #66 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I tested this branch (which Jonathan rebased against master) and:
- Some tests were failing due to old and new rebase issues: fixed!
- Some typos in controllers and libs: fixed!

I'm not 100% comfortable with the legacy approaches to avoid regressions, but I
AGREE they are better than breaking things in large scale. This way we can
start writing the API for items in a way that we are sure will preserve
behaviour, one page at a time, so all good!

I tested:
STAFF
- Search results
- Detail view
- Edit/add/delete items
- Circulation, placing holds
- Course reserves
- Acquisition workflows
- Batch item modification
- Batch item deletion

OPAC
- Course reserves
- Search results, detail view
- Reading history
- Shelf browser

I'm confident about this patchset at this stage.

Jonathan: please add my signature to your branch's commits.

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


More information about the Koha-bugs mailing list