https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28369
--- Comment #19 from Joonas Kylmälä <[email protected]> --- Created attachment 121238 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121238&action=edit Bug 28369: (QA follow-up) Restore PUT with deprecation message This patch restores the PUT route, but adding a deprecation message. The controller method is the same, and relevant patch tests are duplicated but calling PUT, so it still gets tested. To test: 1. Apply this patch 2. Reload plack 3. Open https://<>/api/v1/.html and find the PUT /holds/{hold_id} route => SUCCESS: There's a deprecation wargning! 4. Run: $ kshell k$ prove t/db_dependent/api/v1/holds.t => SUCCESS: Tests pass! 5. Sign off :-D Signed-off-by: Tomas Cohen Arazi <[email protected]> Signed-off-by: David Nind <[email protected]> Signed-off-by: Martin Renvoize <[email protected]> Signed-off-by: Joonas Kylmälä <[email protected]> -- You are receiving this mail because: 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/
