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

--- Comment #188 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 186427
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186427&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.

Signed-off-by: Tomas Cohen Arazi <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to