From 378878f4395fae3c8a55ba71d7813255e77c08c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Tr=C3=A1vn=C3=ADk?= Date: Wed, 31 Dec 2025 23:35:13 +0100 Subject: [PATCH] do not consider shortId as metadata --- app/server/modules/lifecycle/config-export.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/modules/lifecycle/config-export.controller.ts b/app/server/modules/lifecycle/config-export.controller.ts index 58ecb6ab..f7e70d8c 100644 --- a/app/server/modules/lifecycle/config-export.controller.ts +++ b/app/server/modules/lifecycle/config-export.controller.ts @@ -26,7 +26,7 @@ type ExportParams = { // Keys to exclude when metadata is not included const METADATA_KEYS = { - ids: ["id", "shortId", "volumeId", "repositoryId", "scheduleId", "destinationId"], + ids: ["id", "volumeId", "repositoryId", "scheduleId", "destinationId"], timestamps: [ "createdAt", "updatedAt",