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