https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42311 --- Comment #13 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198013 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198013&action=edit Bug 42311: (follow-up) Use Koha::Library::Calendar namespace Point the calendar REST controllers and their tests at the new Koha::Library::Calendar(::*) namespace: - Koha::REST::V1::Libraries::Calendar - Koha::REST::V1::Libraries::Calendar::ClosureExceptions - Koha::REST::V1::Libraries::Calendar::RepeatingClosures - Koha::REST::V1::Libraries::Calendar::SingleClosures - Koha::REST::V1::Libraries::Calendar::WeeklyClosures - t/db_dependent/api/v1/libraries_calendar.t Controller class names, OpenAPI routes, and DB table names are unchanged; only internal 'use' statements and fully-qualified class references are updated. Test plan: - prove t/db_dependent/api/v1/libraries_calendar.t -- You are receiving this mail because: You are watching all bug changes.