]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6075: Removed ListResultsField declaration from Citation item service binding...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 5 Jul 2013 23:03:15 +0000 (16:03 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 5 Jul 2013 23:03:15 +0000 (16:03 -0700)
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml

index 8f5153617f0242d5ed8f0cf98d2e4742cabacb4d..1fd1088a7efdb7a8643c8d72637f575aada5cca9 100644 (file)
             <service:documentHandler xmlns:service="http://collectionspace.org/services/config/service">org.collectionspace.services.citation.nuxeo.CitationDocumentModelHandler</service:documentHandler>
             <service:DocHandlerParams xmlns:service="http://collectionspace.org/services/config/service">
                 <service:params>
-                       <service:SupportsHierarchy>true</service:SupportsHierarchy> 
+                    <service:SupportsHierarchy>true</service:SupportsHierarchy> 
                     <service:ListResultsFields>
-                        <!-- Omit the standard AuthorityItem fields (they are handled by the code) -->
-                        <service:ListResultField>
-                            <service:element>termDisplayName</service:element>
-                            <service:xpath>citationTermGroupList/[0]/termDisplayName</service:xpath>
-                        </service:ListResultField>                        
+                        <!-- Omit the standard AuthorityItem fields (they are handled by the code) -->                     
                     </service:ListResultsFields>
                 </service:params>
             </service:DocHandlerParams>