Skip to content

Commit

Permalink
Remove nameEntry requirement for Relation joins process
Browse files Browse the repository at this point in the history
  • Loading branch information
glassjoseph committed Sep 30, 2021
1 parent 8d885dc commit 2f936b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SNACSchemaAlignmentDialog.getSNACModel = function() {
this.SNACConstellationModel = [
{ name: "Entity Type", required: true, tooltip: "The entity type (person, corporateBody, family)" },
{ name: "ID", required: false, tooltip: "SNAC ID" },
{ name: "Name Entry", required: true, tooltip: "Name Entry" },
{ name: "Name Entry", required: false, tooltip: "Name Entry" },
{ name: "Date", required: false, tooltip: "Date" },
{ name: "Date Type", required: false, tooltip: "Date Type" },
{ name: "Subject", required: false, tooltip: "Subject" },
Expand Down

0 comments on commit 2f936b0

Please sign in to comment.