https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42804
--- Comment #2 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 200156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200156&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 -- You are receiving this mail because: You are the assignee for the bug. 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/
