https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29842 Bug ID: 29842 Summary: Item should be removed from rotating collection when item is deleted Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Blocks: 18606 To recreate: 1: add an item to a rotating collection 2: delete that item (either via batch delete or via single item delete) 3: confirm your rotating collection no longer shows in the staff interface (rotating_collections/addItems.pl) 4: select * from collections_tracking for your collection, confirm your item is still listed there 5: attempt to transfer your rotating collection, get a big angry error: Can't locate object method "rethrow" via package "Can't call method "request_transfer" on an undefined value at /kohadevbox/koha/C4/RotatingCollections.pm line 451. " (perhaps you forgot to load "Can't call method "request_transfer" on an undefined value at /kohadevbox/koha/C4/RotatingCollections.pm line 451. "?) at /kohadevbox/koha/C4/RotatingCollections.pm line 504 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 [Bug 18606] Move rotating collections code to Koha::Object -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.