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:
@@ -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 || {}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user