Skip to content

Commit

Permalink
restore exist date functionality for CPF types
Browse files Browse the repository at this point in the history
  • Loading branch information
jlj5aj committed Sep 16, 2022
1 parent 7bb99c5 commit 081e5e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ SNACSchemaAlignmentDialog.getSNACModel = function() {
{ name: "CPF Type", required: true, tooltip: "Type of CPF entity. Possible values are: corporateBody, person, family" },
{ name: "SNAC CPF ID", required: false, tooltip: "SNAC identifier for the CPF entity. Leave blank if the CPF is NOT in SNAC." },
{ name: "Name Entry", required: false, tooltip: "Preferred Name Entry of the CPF entity." },
{ name: "Date", required: false, tooltip: "Exist Date or Dates of the CPF entity." },
{ name: "Date Type", required: false, tooltip: "Type of Exist Date. The following values may be used: Active, Birth, Death, Establishment, Disestablishment" },
{ name: "Exist Date", required: false, tooltip: "Exist Date or Dates of the CPF entity." },
{ name: "Exist Date Type", required: false, tooltip: "Type of Exist Date. The following values may be used: Active, Birth, Death, Establishment, Disestablishment" },
{ name: "Subject", required: false, tooltip: "Subject term associated with the CPF entity. Repeatable in relation to entity. " },
{ name: "Place", required: false, tooltip: "Place name associated with the CPF entity. Repeatable in relation to entity." },
{ name: "Place Role", required: false, tooltip: "Role of the place in relation to the CPF entity. The following values may be used: Birth, Death, Residence" },
Expand Down

0 comments on commit 081e5e6

Please sign in to comment.