From 3328279581d5239eb13a3aaeebcac4cc023565f7 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Wed, 10 Dec 2025 12:40:34 +0100 Subject: [PATCH] Fix for Copying --- pages/createDocument/edit/[[id]].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue index d87dfb4..f5cec09 100644 --- a/pages/createDocument/edit/[[id]].vue +++ b/pages/createDocument/edit/[[id]].vue @@ -278,7 +278,7 @@ const setupPage = async () => { if (route.query.createddocument) { itemInfo.value.createddocument = route.query.createddocument - let linkedDocument = await useEntities("createddocuments").selectSingle(itemInfo.value.createddocument,'',true) + let linkedDocument = await useEntities("createddocuments").selectSingle(itemInfo.value.createddocument,'',false) if (route.query.optionsToImport) { //Import only true