[Koha-bugs] [Bug 28490] Cannot modify patrons in some categories (e.g. Child category)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 11 14:41:53 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #52 from Nick Clemens <nick at bywatersolutions.com> ---
I can edit patrons, the about page works, all looks correct. I did get some
errors from qa tools about DBIC

***************************************************************************
DBIx::Class::Relationship::ManyToMany::many_to_many(): 
***************************************************************************
The many-to-many relationship 'ordernumbers' is trying to create a utility
method
called ordernumbers_rs.
This will completely overwrite one such already existing method on class
Koha::Schema::Result::Borrower.

You almost certainly want to rename your method or the many-to-many
relationship, as the functionality of the original method will not be
accessible anymore.

To disable this warning set to a true value the environment variable
DBIC_OVERWRITE_HELPER_METHODS_OK

***************************************************************************

I assume this is a clash of 'relationship' columns and Relationship class?
things still seem to work, but noting

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


More information about the Koha-bugs mailing list