From: Aron Roberts Date: Thu, 17 Jun 2010 23:32:14 +0000 (+0000) Subject: CSPACE-2138: Changed 'status' field to 'termStatus' in Person schema, in the services... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=060e0e86e11fd6f1e7bdca7b1abbfebae024f717;p=tmp%2Fjakarta-migration.git CSPACE-2138: Changed 'status' field to 'termStatus' in Person schema, in the services, per latest changes to Limited for 0.8 Name Authority schemas on the wiki. --- diff --git a/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/layouts-contrib.xml b/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/layouts-contrib.xml index 62124045b..108e3fad5 100644 --- a/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/layouts-contrib.xml +++ b/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/layouts-contrib.xml @@ -85,7 +85,7 @@ schoolOrStyle bioNote nameNote - status + termStatus @@ -361,13 +361,13 @@ - + - + true - status + termStatus dataInputText diff --git a/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd b/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd index 4cfad2e5c..d1f733f1b 100644 --- a/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd +++ b/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd @@ -44,7 +44,7 @@ - + diff --git a/services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java b/services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java index e52c7dafc..c9e1f54ed 100644 --- a/services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java +++ b/services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java @@ -32,6 +32,6 @@ public interface PersonJAXBSchema { final static String SCHOOL_OR_STYLE = "schoolOrStyle"; final static String BIO_NOTE = "bioNote"; final static String NAME_NOTE = "nameNote"; - final static String STATUS = "status"; + final static String TERM_STATUS = "termStatus"; } diff --git a/services/person/jaxb/src/main/resources/person_common.xsd b/services/person/jaxb/src/main/resources/person_common.xsd index fc08f81d5..4294cef9c 100644 --- a/services/person/jaxb/src/main/resources/person_common.xsd +++ b/services/person/jaxb/src/main/resources/person_common.xsd @@ -54,7 +54,7 @@ - +