This commit is contained in:
Adria Navarro 2023-10-02 15:18:28 +02:00
parent aa0ec1c7cb
commit 3546dfc0cf
1 changed files with 2 additions and 1 deletions

View File

@ -125,9 +125,10 @@
} }
function validate() { function validate() {
if (!allRequiredAttributesSet() && !hasValidated) { if (!allRequiredAttributesSet(relationshipType) && !hasValidated) {
return return
} }
hasValidated = true hasValidated = true
errorChecker.setType(relationshipType) errorChecker.setType(relationshipType)
const fromTable = getTable(fromId), const fromTable = getTable(fromId),