Bug 14656 - Delete Bibliographic Records REST API route & permission
Summary: Delete Bibliographic Records REST API route & permission
Status: RESOLVED DUPLICATE of bug 15496
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
: 17126 (view as bug list)
Depends on: 13799
Blocks:
  Show dependency treegraph
 
Reported: 2015-08-06 15:36 UTC by Olli-Antti Kivilahti
Modified: 2019-05-07 19:24 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 14656 - Delete Bibliographic Records REST API route & permission (18.88 KB, patch)
2015-08-17 12:18 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
Bug 14656 - Delete Bibliographic Records REST API route & permission (19.91 KB, patch)
2015-08-31 11:45 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
Bug 14656 - Delete Bibliographic Records REST API route & permission (19.92 KB, patch)
2015-09-03 14:12 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
Bug 14656 - Delete Bibliographic Records REST API - use C4::Biblio instead :( (1.19 KB, patch)
2015-09-24 07:17 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Olli-Antti Kivilahti 2015-08-06 15:36:14 UTC
Adds a new permission 'editcatalogue' => 'delete_catalogue' and changes the
    /cgi-bin/koha/catalogue/detail.pl?biblionumber=??? -view
to use the REST API to delete a Biblio.
Comment 1 Olli-Antti Kivilahti 2015-08-17 12:18:37 UTC Comment hidden (obsolete)
Comment 2 Olli-Antti Kivilahti 2015-08-31 11:45:57 UTC Comment hidden (obsolete)
Comment 3 Olli-Antti Kivilahti 2015-09-03 14:12:58 UTC
Created attachment 42329 [details] [review]
Bug 14656 - Delete Bibliographic Records REST API route & permission
Comment 4 Olli-Antti Kivilahti 2015-09-24 07:17:17 UTC
Created attachment 42834 [details] [review]
Bug 14656 - Delete Bibliographic Records REST API - use C4::Biblio instead :(
Comment 5 Josef Moravec 2016-10-31 08:56:18 UTC
*** Bug 17126 has been marked as a duplicate of this bug. ***
Comment 6 Josef Moravec 2016-10-31 08:57:15 UTC
Is this ready for signing-off process? What is the test plan?
Comment 7 Tomás Cohen Arazi 2019-05-07 19:24:23 UTC
The endpoint itself is already implemented on bug 15496. The new permission makes sense, but deserves a new report and patch.

*** This bug has been marked as a duplicate of bug 15496 ***