Merge branch 'devCorrected' into 'beta'
Fix E-Mail See merge request fedeo/software!52
This commit is contained in:
@@ -48,6 +48,15 @@ const setupPage = async () => {
|
||||
|
||||
if(data) loadedDocuments.value = data
|
||||
|
||||
loadedDocuments.value = await Promise.all(loadedDocuments.value.map(async doc => {
|
||||
|
||||
const document = await useEntities("createddocuments").selectSingle(doc.createddocument)
|
||||
console.log(document)
|
||||
return {
|
||||
...doc,
|
||||
createddocument: document
|
||||
}}))
|
||||
|
||||
//console.log(loadedDocuments.value)
|
||||
|
||||
if(loadedDocuments.value.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user