changeset 162:49a631863746

add mams_number attribute to EditIntent of PERSON.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 03 May 2018 18:12:08 +0200
parents 8049becb05ca
children 1611da70e43e
files src/main/java/de/mpiwg/itgroup/ismi/entry/beans/CurrentPersonBean.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/itgroup/ismi/entry/beans/CurrentPersonBean.java	Thu Apr 19 20:35:12 2018 +0200
+++ b/src/main/java/de/mpiwg/itgroup/ismi/entry/beans/CurrentPersonBean.java	Thu May 03 18:12:08 2018 +0200
@@ -66,7 +66,7 @@
 			PERSON,
 			// attributes
 			new String[]{"name", "name_translit", "birth_date", "birth_date_text", "death_date", "death_date_text",
-					"url", "authority_id", "notes", "notes_old"},
+					"url", "authority_id", "notes", "notes_old", "mams_number"},
 			// source relations
 			new String[]{"was_born_in", "was_born_in_as", "died_in", "died_in_as", "lived_in", "lived_in_as",
 					"was_student_of", "has_floruit_date", "has_role"},