From d96c9fabd120e047c63c0d9d53e691136b5737d9 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Tue, 13 Mar 2012 09:07:59 -0700 Subject: [PATCH] NOJIRA - Fixed config for groups objectName and objectNumber to specify schema. Title property without schema gets confused with dc:title, which returns the CSID. --- .../cspace/config/services/tenants/tenant-bindings-proto.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f5760f7c1..869675c0f 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 @@ -1163,11 +1163,11 @@ objectNameProperty - title + groups_common:owner objectNumberProperty - title + groups_common:title -- 2.47.3