[Koha-bugs] [Bug 23185] Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 28 15:15:57 CEST 2020


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

--- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
More and more I feel like this needs to be caught at the QA level.. whenever we
see the 'store' method being changed/created in a Koha::Thing class we should
warn the QA person via the qa scripts to check for a corresponding 'update'
method in the Koha::Things which just loops over the resultset calling the
store on each result.

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


More information about the Koha-bugs mailing list