@trudb/tru-common-lib 0.2.99 → 0.2.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7281,7 +7281,7 @@ class TruDataGrid {
|
|
|
7281
7281
|
};
|
|
7282
7282
|
loadManyToManyGridData = (associatedEntities, associatableEntities, initalLoad) => {
|
|
7283
7283
|
if (initalLoad)
|
|
7284
|
-
this.
|
|
7284
|
+
this.loadGridData(associatedEntities);
|
|
7285
7285
|
else
|
|
7286
7286
|
associatedEntities = this.rowData.map((e) => { return e.$entity; });
|
|
7287
7287
|
let associatableTypeName = this.config.resultConfig.entityManyToManyType.name;
|