Bugzilla – Attachment 154089 Details for
Bug 34387
API docs tags missing descriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[23.05.x] Bug 34387: (QA follow-up) Fix disply of 'Import batches'
2305x-Bug-34387-QA-follow-up-Fix-disply-of-Import-.patch (text/plain), 1.73 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-07-31 12:44:40 UTC
(
hide
)
Description:
[23.05.x] Bug 34387: (QA follow-up) Fix disply of 'Import batches'
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-07-31 12:44:40 UTC
Size:
1.73 KB
patch
obsolete
>From b9754edb0903d151f5ac5f9bbe7a4d8c1f2b2b29 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 29 Jul 2023 21:14:39 +0000 >Subject: [PATCH] [23.05.x] Bug 34387: (QA follow-up) Fix disply of 'Import > batches' > >Fixes the heading and sidebar display of the 'Import batches' >section. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/definitions/import_batches.yaml | 5 +++++ > api/v1/swagger/swagger.yaml | 4 +++- > 2 files changed, 8 insertions(+), 1 deletion(-) > create mode 100644 api/v1/swagger/definitions/import_batches.yaml > >diff --git a/api/v1/swagger/definitions/import_batches.yaml b/api/v1/swagger/definitions/import_batches.yaml >new file mode 100644 >index 00000000000..9382daadee9 >--- /dev/null >+++ b/api/v1/swagger/definitions/import_batches.yaml >@@ -0,0 +1,5 @@ >+--- >+type: array >+items: >+ $ref: "import_batches.yaml" >+additionalProperties: false >diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml >index f0de5730436..3d1d9b024cd 100644 >--- a/api/v1/swagger/swagger.yaml >+++ b/api/v1/swagger/swagger.yaml >@@ -60,6 +60,8 @@ definitions: > $ref: ./definitions/ill_status.yaml > ill_request: > $ref: ./definitions/ill_request.yaml >+ import_batches: >+ $ref: ./definitions/import_batches.yml > import_batch_profile: > $ref: ./definitions/import_batch_profile.yaml > import_batch_profiles: >@@ -839,7 +841,7 @@ tags: > x-displayName: ILL requests > - description: "Manage import batches\n" > name: import_batches >- x-display-name: Import batches >+ x-displayName: Import batches > - description: "Manage item groups\n" > name: item_groups > x-displayName: Item groups >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34387
:
153891
|
153894
|
153895
|
154065
|
154066
|
154067
|
154087
|
154088
|
154089
|
154090
|
154091
|
154092
|
154419
|
154420