Summary: | Add order claim object definition | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | REST API | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | emmi.takkinen, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 32266 | ||
Attachments: |
Bug 39830: Add order claim object definition
Bug 39830: Add order claim object definition |
Description
Tomás Cohen Arazi (tcohen)
2025-05-05 11:24:57 UTC
Created attachment 181907 [details] [review] Bug 39830: Add order claim object definition This patch adds the required mapping in `Koha::Acquisition::Order::Claim` and adds it's definition to the API spec. To test: 1. Apply the patches 2. Verify the mapping makes sense and conforms to the current style and API coding guidelines. 3. Run: $ ktd --shell k$ prove xt/api.t => SUCCESS: Tests pass 4. Sign off :-D Created attachment 182062 [details] [review] Bug 39830: Add order claim object definition This patch adds the required mapping in `Koha::Acquisition::Order::Claim` and adds it's definition to the API spec. To test: 1. Apply the patches 2. Verify the mapping makes sense and conforms to the current style and API coding guidelines. 3. Run: $ ktd --shell k$ prove xt/api.t => SUCCESS: Tests pass 4. Sign off :-D Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> |