Bug 40434 - Add maxLength to the vendor definition
Summary: Add maxLength to the vendor definition
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 40433
Blocks: 40175
  Show dependency treegraph
 
Reported: 2025-07-17 12:38 UTC by Jonathan Druart
Modified: 2025-07-17 12:45 UTC (History)
1 user (show)

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


Attachments
Bug 40434: Add maxLength to vendor spec file (1.65 KB, patch)
2025-07-17 12:41 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 40434: Add tests (804 bytes, patch)
2025-07-17 12:45 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-07-17 12:38:48 UTC

    
Comment 1 Jonathan Druart 2025-07-17 12:41:26 UTC
Created attachment 184193 [details] [review]
Bug 40434: Add maxLength to vendor spec file

Test plan:
Apply the "tests" patch first
  prove xt/api.t
=> fail
Apply this patch
=> pass
Comment 2 Jonathan Druart 2025-07-17 12:45:32 UTC
Created attachment 184194 [details] [review]
Bug 40434: Add tests