[Bug 31798] New: REST API: POST endpoint for Items
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Bug ID: 31798 Summary: REST API: POST endpoint for Items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: new feature Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com CC: tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|koha-bugs@lists.koha-commun |tomascohen@gmail.com |ity.org | Blocks| |31789 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31789 [Bug 31789] REST API: CRUD endpoint for Items -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|tomascohen@gmail.com |agustinmoyano@theke.io -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Agustín Moyano <agustinmoyano@theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Depends on| |31797 Patch complexity|--- |Trivial patch Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31797 [Bug 31797] REST API: DELETE endpoint for Items -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #1 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 144893 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144893&action=edit Bug 31798: Add REST endpoint to add a biblio's item To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get a biblio 4. Make a POST request to /api/v1/biblios/:biblio_id/items with a json body that represents the new item 5. Check that the item is created 6. Sign off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144893|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 144894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144894&action=edit Bug 31798: Add REST endpoint to add a biblio's item To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get a biblio 4. Make a POST request to /api/v1/biblios/:biblio_id/items with a json body that represents the new item 5. Check that the item is created 6. Sign off Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Agustín Moyano <agustinmoyano@theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31799 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31799 [Bug 31799] REST API: PUT endpoint for Items -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Trivial patch |Small patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #3 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 144952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144952&action=edit Bug 31798: (follow-up) Tidy up camel cased variables and unnecessary checks -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Agustin, I think this is missing tests for the duplicate barcode use case. And in those tests it should be returning a 409 (conflict?) instead of a 500 because of the unhandled exception. Thanks. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #5 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 144953 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144953&action=edit Bug 31798: (follow-up) Add duplicate barcode test -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #6 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Tomás Cohen Arazi from comment #4)
Agustin, I think this is missing tests for the duplicate barcode use case. And in those tests it should be returning a 409 (conflict?) instead of a 500 because of the unhandled exception.
Thanks.
Should we return 409 conflict or 400 bad request? Thanks -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Agustín Moyano <agustinmoyano@theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Agustín Moyano <agustinmoyano@theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144952|0 |1 is obsolete| | Attachment #144953|0 |1 is obsolete| | --- Comment #7 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 144956 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144956&action=edit Bug 31798: (follow-up) Tidy up and add duplicate barcode test -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Agustín Moyano <agustinmoyano@theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Status|Signed Off |Failed QA --- Comment #8 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Aren't we being a bit nieve here in terms of autoBarcode? I'm wondering: 1) Can we move the autoBarcode handling into Koha::Item->store() instead? 2) Even if we don't move the autoBarcode handling, don't we need to account for the other options it supports? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32896 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #9 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Martin Renvoize from comment #8)
Aren't we being a bit nieve here in terms of autoBarcode?
I'm wondering: 1) Can we move the autoBarcode handling into Koha::Item->store() instead? 2) Even if we don't move the autoBarcode handling, don't we need to account for the other options it supports?
Hi Martin, If I remove all about autoBarcode and link this to bug 32896, would it pass QA? Thanks -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32896 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32896 [Bug 32896] Can we move autoBarcode handling into Koha::Item->store() ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #10 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Hmm, it would help move this bug.. but in my opinion it's moving towards blocked rather than PQA. It's hard... I don't really want to block this one and asking for the autoBarcode move is a bit out of direct scope of this piece. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #11 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 147463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147463&action=edit Bug 31798: (follow-up) Handle all values of autoBarcode -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147463|0 |1 is obsolete| | --- Comment #12 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 147464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147464&action=edit Bug 31798: (follow-up) Handle all values of autoBarcode -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #13 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Martin Renvoize from comment #10)
Hmm, it would help move this bug.. but in my opinion it's moving towards blocked rather than PQA.
It's hard... I don't really want to block this one and asking for the autoBarcode move is a bit out of direct scope of this piece.
Follow-up attached, crude, but lets us handle the move more elegantly on 32896 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144894|0 |1 is obsolete| | --- Comment #14 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 147655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147655&action=edit Bug 31798: Add REST endpoint to add a biblio's item To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get a biblio 4. Make a POST request to /api/v1/biblios/:biblio_id/items with a json body that represents the new item 5. Check that the item is created 6. Sign off Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144956|0 |1 is obsolete| | --- Comment #15 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 147656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147656&action=edit Bug 31798: (follow-up) Tidy up and add duplicate barcode test Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147464|0 |1 is obsolete| | --- Comment #16 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 147657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147657&action=edit Bug 31798: (follow-up) Handle all values of autoBarcode Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com Blocks| |32896 Depends on|32896 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32896 [Bug 32896] Can we move autoBarcode handling into Koha::Item->store() ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32896 Blocks|32896 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32896 [Bug 32896] Can we move autoBarcode handling into Koha::Item->store() ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl QA Contact| |m.de.rooy@rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #17 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Applying: Bug 31798: (follow-up) Handle all values of autoBarcode error: sha1 information is lacking or useless (Koha/REST/V1/Biblios.pm). error: could not build fake ancestor Patch failed at 0001 Bug 31798: (follow-up) Handle all values of autoBarcode -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Agustín Moyano <agustinmoyano@theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Agustín Moyano <agustinmoyano@theke.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147655|0 |1 is obsolete| | Attachment #147656|0 |1 is obsolete| | Attachment #147657|0 |1 is obsolete| | --- Comment #18 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 150598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150598&action=edit Bug 31798: Add REST endpoint to add a biblio's item To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get a biblio 4. Make a POST request to /api/v1/biblios/:biblio_id/items with a json body that represents the new item 5. Check that the item is created 6. Sign off Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #19 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 150599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150599&action=edit Bug 31798: (follow-up) Tidy up and add duplicate barcode test Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #20 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 150600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150600&action=edit Bug 31798: (follow-up) Handle all values of autoBarcode Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150598|0 |1 is obsolete| | Attachment #150599|0 |1 is obsolete| | Attachment #150600|0 |1 is obsolete| | --- Comment #21 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 150771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150771&action=edit Bug 31798: Add REST endpoint to add a biblio's item To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get a biblio 4. Make a POST request to /api/v1/biblios/:biblio_id/items with a json body that represents the new item 5. Check that the item is created 6. Sign off Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150771|0 |1 is obsolete| | --- Comment #22 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 150772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150772&action=edit Bug 31798: Add REST endpoint to add a biblio's item To test: 1. Apply patch 2. Set RESTBasicAuth preference to true 3. Get a biblio 4. Make a POST request to /api/v1/biblios/:biblio_id/items with a json body that represents the new item 5. Check that the item is created 6. Sign off Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #23 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 150773 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150773&action=edit Bug 31798: (follow-up) Tidy up and add duplicate barcode test Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #24 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 150774 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150774&action=edit Bug 31798: (follow-up) Handle all values of autoBarcode Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #25 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 150775 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150775&action=edit Bug 31798: (QA follow-up) Remove use Koha::Item, we already use Koha::Items Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 --- Comment #26 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #27 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Another API addition.. for now I'm choosing not to backport, but let me know if this is important to you and I'll look at backporting the whole tree. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This adds a POST endpoint release notes| |to add items to a | |bibliographic record to the | |REST API. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This adds a POST endpoint | release notes|to add items to a | |bibliographic record to the | |REST API. | Summary|REST API: POST endpoint for |Add POST endpoint for Items |Items | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32896 Depends on|32896 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32896 [Bug 32896] Can we move autoBarcode handling into Koha::Item->store() ? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org