https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42311 --- Comment #23 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 203321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203321&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 Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.