From 5d0565ff2c939d8b58cf00cea201ec1e609801f4 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 24 Feb 2010 05:21:27 +0000 Subject: [PATCH] CSPACE-1054: Added status field to VocabularyItems services schema. --- .../main/resources/OSGI-INF/layouts-contrib.xml | 15 +++++++++++++++ .../resources/schemas/vocabularyitems_common.xsd | 5 +++-- .../services/VocabularyItemJAXBSchema.java | 1 + .../src/main/resources/vocabularyitem_common.xsd | 1 + 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/layouts-contrib.xml b/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/layouts-contrib.xml index 9d65eda57..f8f97dae7 100644 --- a/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/layouts-contrib.xml +++ b/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/layouts-contrib.xml @@ -67,6 +67,7 @@ displayName refName inVocabulary + status @@ -107,6 +108,20 @@ dataInputText + + + + + + true + + status + + + dataInputText + + + diff --git a/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularyitems_common.xsd b/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularyitems_common.xsd index 772b0b432..556c1ea8f 100644 --- a/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularyitems_common.xsd +++ b/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularyitems_common.xsd @@ -7,8 +7,8 @@ Part : Common Used for: Nuxeo EP core document type - $LastChangedRevision: 860 $ - $LastChangedDate: 2009-10-14 14:48:05 -0700 (Wed, 14 Oct 2009) $ + $LastChangedRevision$ + $LastChangedDate$ --> + diff --git a/services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyItemJAXBSchema.java b/services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyItemJAXBSchema.java index 4d386bb7b..988070cd7 100644 --- a/services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyItemJAXBSchema.java +++ b/services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyItemJAXBSchema.java @@ -12,6 +12,7 @@ public interface VocabularyItemJAXBSchema { final static String DISPLAY_NAME = "displayName"; final static String IN_VOCABULARY = "inVocabulary"; final static String REF_NAME = "refName"; + final static String STATUS = "status"; final static String CSID = "csid"; } diff --git a/services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd b/services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd index 4e6cd124a..8c01a3f27 100644 --- a/services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd +++ b/services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd @@ -22,6 +22,7 @@ + -- 2.47.3