From e88fe2fe60839164a11ee01186f8a759e06715c4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 29 Jul 2023 21:14:39 +0000 Subject: [PATCH] Bug 34387: (QA follow-up) Fix display of 'Import batches' Fixes the heading and sidebar display of the 'Import batches' section. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi Edit: I removed the wrongly introduced import_batches.yaml file Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml index 2519710961..c52d03462a 100644 --- a/api/v1/swagger/swagger.yaml +++ b/api/v1/swagger/swagger.yaml @@ -856,7 +856,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