We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466a584 commit 2bdd46fCopy full SHA for 2bdd46f
src/core/schema.service.impl.ts
@@ -29,7 +29,7 @@ const addToArray =
29
if (data[key] === undefined) {
30
data[key] = [];
31
}
32
- if (!_.isEmpty(identifyingProperty)) {
+ if (!_.isEmpty(identifyingProperty) && _.isEmpty(valueToAdd[identifyingProperty])) {
33
valueToAdd[identifyingProperty] = uuid.v4();
34
35
const childArray = data[key];
0 commit comments