[Koha-bugs] [Bug 11518] Add new method to Koha::Schema::Result::Item that will always return the correct itemtype

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 7 14:56:25 CEST 2014


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

--- Comment #23 from Jonathan Druart <jonathan.druart at biblibre.com> ---
I really don't understand the complexity of this patch.

Why do we want to add extra constraints? In my opinion, the fk constraints
exist in DB and we don't want to add more.

If we keep the constraints introduced by these patch, we get a 1-n and a 1-1
relations for the same field.
I know the current structure (biblio/biblioitems/items) has a lack but I don't
think it is the good way to solve it.

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


More information about the Koha-bugs mailing list