29 Aug
2025
29 Aug
'25
10:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39190 --- Comment #159 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 185990 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185990&action=edit Bug 39190: Fix circular dependency causing C3 MRO failures Resolved circular dependency chain: Transport.pm → TestTransport.pm → Transports.pm → SFTP.pm → Transport.pm Changed 'use Koha::BackgroundJob::TestTransport' to runtime 'require' in the _post_store_trigger method to break the dependency cycle. This fixes the C3 method resolution order failures in Koha::File::Transport::FTP and Koha::File::Transport::SFTP. -- You are receiving this mail because: You are watching all bug changes.