From 82f1146d946511305a9173a5933ac89298ff86cc Mon Sep 17 00:00:00 2001 From: Rick Jaffe Date: Wed, 5 Dec 2012 17:42:09 -0800 Subject: [PATCH] CSPACE-5756: Adding compputedCurrentLocation field to .xsd schemas, adding authRef for field to tenant-bindings-proto.xml --- .../src/main/resources/schemas/collectionobjects_common.xsd | 1 + .../jaxb/src/main/resources/collectionobjects_common.xsd | 1 + .../cspace/config/services/tenants/tenant-bindings-proto.xml | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) 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 54a923e76..249803075 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 @@ -48,6 +48,7 @@ + diff --git a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd index 90eaa42d7..a73ad6475 100644 --- a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd +++ b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd @@ -46,6 +46,7 @@ + diff --git a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml index 4a170f59f..fc1a312e0 100644 --- a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml +++ b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml @@ -168,7 +168,10 @@ - + + authRef + computedCurrentLocation + authRef -- 2.47.3