Bug 28461 - Specify only one tag per route
Summary: Specify only one tag per route
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Jonathan Druart
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 28842
  Show dependency treegraph
 
Reported: 2021-05-26 12:29 UTC by Jonathan Druart
Modified: 2022-12-12 21:24 UTC (History)
1 user (show)

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


Attachments
Bug 28461: Specify only one tag per route (6.11 KB, patch)
2021-05-26 12:30 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 28461: Specify only one tag per route (6.15 KB, patch)
2021-05-26 12:50 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review
Bug 28461: Fix SMTP servers and extended attributes (3.35 KB, patch)
2021-05-26 12:51 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review
Bug 28461: Fix orders, biblios, holds (3.86 KB, patch)
2021-05-26 13:03 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 28461: Fix orders, biblios, holds (3.98 KB, patch)
2021-05-26 13:06 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 2021-05-26 12:29:59 UTC
Or the route will be misplaced when generated by redoc
Comment 1 Jonathan Druart 2021-05-26 12:30:54 UTC
Created attachment 121426 [details] [review]
Bug 28461: Specify only one tag per route

Or the route will be misplaced when generated by redoc

git grep tags api|grep '",'
Comment 2 Tomás Cohen Arazi 2021-05-26 12:50:59 UTC
Created attachment 121427 [details] [review]
Bug 28461: Specify only one tag per route

Or the route will be misplaced when generated by redoc

git grep tags api|grep '",'

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 3 Tomás Cohen Arazi 2021-05-26 12:51:03 UTC
Created attachment 121428 [details] [review]
Bug 28461: Fix SMTP servers and extended attributes

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 4 Jonathan Druart 2021-05-26 13:03:30 UTC
Created attachment 121430 [details] [review]
Bug 28461: Fix orders, biblios, holds
Comment 5 Jonathan Druart 2021-05-26 13:06:17 UTC
Created attachment 121431 [details] [review]
Bug 28461: Fix orders, biblios, holds
Comment 6 Jonathan Druart 2021-05-26 13:11:01 UTC
Pushed to master for 21.05, thanks to everybody involved!