https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42804 --- Comment #5 from David Nind <david@davidnind.com> --- Created attachment 201138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201138&action=edit Bug 42804: (follow-up) Remove unused svc/cover_images and strip upload CGI This patch removes assets that are no longer needed after the migration to the REST API: - Remove svc/cover_images (replaced by DELETE /api/v1/cover_images/{id}) - Strip tools/upload-cover-image.pl down to page rendering only (image processing now handled by the REST API) No functional changes - the UI behavior is identical. Test plan: 1. Apply patch 2. Verify the upload page still renders: Navigate to Tools > Upload local cover image => SUCCESS: Page loads correctly 3. Verify svc/cover_images is gone: curl http://localhost:8081/cgi-bin/koha/svc/cover_images => SUCCESS: 404 4. Sign off :-D Sponsored-by: ByWater Solutions Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.