Bugzilla – Attachment 154067 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]
Bug 34387: (QA follow-up) Fix disply of 'Import batches'
Bug-34387-QA-follow-up-Fix-disply-of-Import-batche.patch (text/plain), 1.66 KB, created by
Katrin Fischer
on 2023-07-29 21:17:20 UTC
(
hide
)
Description:
Bug 34387: (QA follow-up) Fix disply of 'Import batches'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-29 21:17:20 UTC
Size:
1.66 KB
patch
obsolete
>From b2bb75d0667373a1aad2ad3fe29ab7b49a1e090f 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] 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> >--- > 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 0000000000..9382daadee >--- /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 2519710961..dcf919b962 100644 >--- a/api/v1/swagger/swagger.yaml >+++ b/api/v1/swagger/swagger.yaml >@@ -64,6 +64,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: >@@ -856,7 +858,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.30.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