https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42656 --- Comment #13 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 203224 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203224&action=edit Bug 42656: (QA follow-up) Use _abort_operation() for Local's 'not configured' errors too _upload_file, _download_file, _list_files and _rename_file's 'no directory configured' checks still called add_message() directly, skipping the status persistence this bug added elsewhere in the file. Route them through _abort_operation() so all error paths in Local.pm stay consistent. prove t/db_dependent/Koha/File/Transport/Local.t Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.