| Summary: | Add item messages table and rest api endpoints | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
| Component: | REST API | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Status: | REOPENED --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | jonathan.druart, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 17297 | ||
| Attachments: |
Bug 17361: Update database
Bug 17361: Update existing schema Bug 17361: Add Koha::Item::Message(s) Bug 17361: REST api | Add /items/messages endpoints |
||
|
Description
Kyle M Hall (khall)
2016-09-27 13:24:59 UTC
Created attachment 60897 [details] [review] Bug 17361: Update database Created attachment 60898 [details] [review] Bug 17361: Update existing schema Created attachment 60899 [details] [review] Bug 17361: Add Koha::Item::Message(s) Created attachment 60900 [details] [review] Bug 17361: REST api | Add /items/messages endpoints This patch adds the following endpoints: - /items/{itemnumber}/messages - /items/{itemnumber}/messages/{item_message_id} for CRUD operation on item messages. Unit tests to come. This is worth resurrecting |