virtual foreign key editor

This commit is contained in:
Jan Prochazka
2022-01-27 20:09:08 +01:00
parent a76ba60272
commit f2dfe5f1cf
3 changed files with 198 additions and 1 deletions

View File

@@ -126,7 +126,6 @@ module.exports = {
}
}
}
console.log('APPS', apps);
for (const folder of apps) {
res.push(await this.loadApp({ folder }));
}