Fix for Copying
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user