Skip to content

Commit 8303586

Browse files
committed
Check for the validation of mandatory fields after the fix
1 parent 077dfe1 commit 8303586

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/contentstack-audit/src/modules/entries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,13 @@ export default class Entries {
412412
}
413413
break;
414414
}
415+
this.missingMandatoryFields[this.currentUid].push(
416+
...this.validateMandatoryFields(
417+
[...tree, { uid: field.uid, name: child.display_name, field: uid }],
418+
child,
419+
entry,
420+
),
421+
);
415422
}
416423
}
417424

0 commit comments

Comments
 (0)