Summary: | Missing maxLength in item, patron and library | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | REST API | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to stable --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | normal | ||
Priority: | P5 - low | CC: | martin.renvoize, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.11.00,25.05.03
|
Circulation function: | |
Bug Depends on: | 40176, 40177, 40178 | ||
Bug Blocks: | 40430, 40434 | ||
Attachments: |
Bug 40433: Add missing maxLength to item, library and patron
Bug 40433: Add missing maxLength to item, library and patron Bug 40433: Add missing maxLength to item, library and patron |
Description
Jonathan Druart
2025-07-17 12:30:56 UTC
Created attachment 184192 [details] [review] Bug 40433: Add missing maxLength to item, library and patron The test added in xt/api.t was not fully accurate, we skipped the columns that have the same name as the api attribute (ie. the ones not part of to_api_mapping) Test plan: prove xt/api.t should pass Created attachment 184236 [details] [review] Bug 40433: Add missing maxLength to item, library and patron The test added in xt/api.t was not fully accurate, we skipped the columns that have the same name as the api attribute (ie. the ones not part of to_api_mapping) Test plan: prove xt/api.t should pass Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 184349 [details] [review] Bug 40433: Add missing maxLength to item, library and patron The test added in xt/api.t was not fully accurate, we skipped the columns that have the same name as the api attribute (ie. the ones not part of to_api_mapping) Test plan: prove xt/api.t should pass Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x |