From 7c5e5672a3e2fd1560caf57e7e977d7d4912bd95 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 12 May 2011 18:53:24 +0000 Subject: [PATCH] CSPACE-2395: Added missing dateEarliestSingleEra and dateLatestEra fields to Nuxeo CollectionObject schema; these fields were present in JAXB schema but not in Nuxeo schema. Their absence in the latter led to 500 errors when saving records that had either of those fields populated. --- .../src/main/resources/schemas/collectionobjects_common.xsd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd index d649f7540..c7766cc6d 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd @@ -552,6 +552,7 @@ + @@ -559,6 +560,7 @@ + -- 2.47.3