Feat/mikro orm based linkable (#7944)

**What**
- Generate simple linkable for mikro orm based modules 
- fix module util
- fix joiner config builder
- fix define link relationship extension
- fix migrations not loading custom links
This commit is contained in:
Adrien de Peretti
2024-07-04 13:30:47 +00:00
committed by GitHub
parent d036130604
commit 7b84d854f0
10 changed files with 306 additions and 78 deletions
@@ -14,7 +14,7 @@ export function getModuleService(
// database config if any fields are provided.
if (!isDefined(joinerConfig_.extraDataFields)) {
joinerConfig_.extraDataFields = Object.keys(
databaseConfig.extraFields || {}
databaseConfig?.extraFields || {}
)
}