[Koha-bugs] [Bug 21761] Koha::Object 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
Fri Dec 6 10:12:20 CET 2019


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|BLOCKED                     |Failed QA

--- Comment #17 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Patrons.t fails on set_password

set_password contains an update (which was formerly DBIx, and now no longer),
so it is now routed back to sub store which starts another txn_do
store contains a get_from_storage for the password, and here we end up in some
transaction problem with wrong data

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


More information about the Koha-bugs mailing list