Merge branch 'master' into BUDI-7641/fix-pushing-images-v2
This commit is contained in:
commit
ca83e9ca7f
|
@ -241,7 +241,7 @@ export async function outputProcessing<T extends Row[] | Row>(
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
row[property].forEach((attachment: RowAttachment) => {
|
row[property].forEach((attachment: RowAttachment) => {
|
||||||
attachment.url = objectStore.getAppFileUrl(attachment.key)
|
attachment.url ??= objectStore.getAppFileUrl(attachment.key)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else if (
|
} else if (
|
||||||
|
|
Loading…
Reference in New Issue