[Koha-bugs] [Bug 14205] Deleting an Item/Record does not remove link to course reserve

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 27 15:34:26 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14205

--- Comment #1 from Tom Misilo <misilot at fit.edu> ---
I believe it is deleting the item from course_items per the CASCADE DELETE in
the Model, however the
http://schema.koha-community.org/tables/course_reserves.html course_reserves
table is not being cleaned up via a cascade delete (No contraint defined)

course_reserves.ci_id -> course_items.ci_id

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


More information about the Koha-bugs mailing list