https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41707
Tomás Cohen Arazi (tcohen) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #9 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Are we sure we want to hide warnings? I would instead revisit why we use this trapper class entirely. Maybe it was a means to an end and we moved past that situation. Adding our SIP guru (kyle) to the conversation. (In reply to Jan Kissig from comment #4) > [2026/03/06 13:33:02] [14661] [ERROR] [undef]@[undef]: > DBIx::Class::ResultSource::_minimal_valueset_satisfying_constraint(): Unable > to satisfy requested constraint 'primary', missing values for column(s): > 'borrowernumber' at /kohadevbox/koha/Koha/Objects.pm line 95 > C4::SIP::Trapper::__ANON__ /kohadevbox/koha/C4/SIP/Trapper.pm (70) This one is probably a mix of a DBIC bad decision [1] and our use of `__DIE__`. [1] I submitted a fix to the (long abandoned) DBIx::Class project and now to the active fork we should move to: DBIO [here](https://codeberg.org/dbio/dbio/pulls/14) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
