https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707
--- Comment #28 from Kyle M Hall <[email protected]> --- (In reply to M. Tompsett from comment #20) > Preliminary setup: http://screencast.com/t/AtYoC3pJY > Actual test explosion: http://screencast.com/t/SgusNdiT > > I noticed in the replay that Koha Admin is Midway, and Midway was one of the > libraries I added. I don't know if that has anything to do with it, but I > thought I'd mention that. Thanks! I was able to pinpoint the issue thanks to your screencasts. There was missing ON DELETE CASCADE for the parent id column. The cascade existed in the update sql so that's why I wasn't getting the error but you were! This issue should be fixed with this new patch set! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
