Fix for Copying

This commit is contained in:
2025-12-10 12:23:41 +01:00
parent eeceb4a8f6
commit 1e0f18c854
2 changed files with 4 additions and 4 deletions

View File

@@ -276,9 +276,9 @@ const setupPage = async () => {
}
if (route.query.linkedDocument) {
itemInfo.value.linkedDocument = route.query.linkedDocument
let linkedDocument = await useEntities("createddocuments").selectSingle(itemInfo.value.linkedDocument)
if (route.query.createddocument) {
itemInfo.value.createddocument = route.query.createddocument
let linkedDocument = await useEntities("createddocuments").selectSingle(itemInfo.value.createddocument,'',true)
if (route.query.optionsToImport) {
//Import only true