Merge branch 'main' into many-to-any

This commit is contained in:
rijkvanzanten
2020-10-09 15:58:43 -04:00
3 changed files with 8 additions and 1 deletions

View File

@@ -267,7 +267,7 @@ function removeTemporaryFields(
item[nestedCollection.fieldKey] = removeTemporaryFields(
rawItem[nestedCollection.fieldKey],
nestedCollection,
nestedCollection.parentKey
nestedCollection.relatedKey
);
}
}