Bug 35230 - `catalogue_item` missing description
Summary: `catalogue_item` missing description
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Jonathan Druart
QA Contact:
URL:
Keywords:
Depends on: 30708
Blocks:
  Show dependency treegraph
 
Reported: 2023-11-02 12:32 UTC by Tomás Cohen Arazi
Modified: 2023-11-10 02:26 UTC (History)
3 users (show)

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


Attachments
Bug 35230: (bug 30708 follow-up) fix description for catalogue_item (852 bytes, patch)
2023-11-03 13:24 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 Tomás Cohen Arazi 2023-11-02 12:32:39 UTC
On `api/v1/swagger/definitions/preservation_train_item.yaml` there's:

```
  catalogue_item:
    description: xxx
    type:
      - object
      - "null"
```
Comment 1 Jonathan Druart 2023-11-03 13:24:35 UTC
Created attachment 158335 [details] [review]
Bug 35230: (bug 30708 follow-up) fix description for catalogue_item
Comment 2 Tomás Cohen Arazi 2023-11-03 15:06:25 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 3 Fridolin Somers 2023-11-10 02:26:33 UTC
Depends on Bug 30708 not in 23.05.x