From ce83dd2cc8210715188fba2a4e165b40a223ef1d Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Sun, 11 Mar 2012 20:46:37 -0700 Subject: [PATCH] NOJIRA - Fixed performance problems with some authorities by ensuring that required fields for app config list functions are included in list results. --- .../services/tenants/tenant-bindings-proto.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 d2d35b8e0..43554feda 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 @@ -1907,6 +1907,14 @@ + + foreName + foreName + + + surName + surName + @@ -2081,6 +2089,10 @@ + + name + name + @@ -2158,6 +2170,7 @@ + displayName displayName @@ -2174,6 +2187,10 @@ vocabType vocabType + + taxonFullName + taxonFullName + -- 2.47.3