</service:field>
</service:params>
</service:initHandler>
+ <service:properties xmlns:service="http://collectionspace.org/services/config/service">
+ <types:item xmlns:types="http://collectionspace.org/services/config/types">
+ <types:key>objectNameProperty</types:key>
+ <types:value>displayName</types:value>
+ </types:item>
+ <types:item xmlns:types="http://collectionspace.org/services/config/types">
+ <types:key>objectNumberProperty</types:key>
+ <types:value>shortIdentifier</types:value>
+ </types:item>
+ </service:properties>
<service:object xmlns:service="http://collectionspace.org/services/config/service" name="Vocabularyitem" version="0.1">
<service:part id="0" control_group="Managed" versionable="true" auditable="false" label="vocabularyitems-system" updated="" order="0">
<service:content contentType="application/xml">
// We need to get all the procedures, authorities, and objects.
ArrayList<String> groupsList = null;
if("common".equalsIgnoreCase(groupname)) {
- groupsList = ServiceBindingUtils.getCommonServiceTypes(EXCLUDE_AUTHORITIES); // CSPACE-5359: Excluding Authority type to stay backward compat with v2.4
+ groupsList = ServiceBindingUtils.getCommonServiceTypes(INCLUDE_AUTHORITIES);
} else {
groupsList = new ArrayList<String>();
groupsList.add(groupname);
createDocumentHandler(ctx);
ArrayList<String> groupsList = null;
if("common".equalsIgnoreCase(serviceGroupName)) {
- groupsList = ServiceBindingUtils.getCommonServiceTypes(EXCLUDE_AUTHORITIES); //CSPACE-5359: Exclude authorities to remain backward compat with v2.4
+ groupsList = ServiceBindingUtils.getCommonServiceTypes(INCLUDE_AUTHORITIES);
} else {
groupsList = new ArrayList<String>();
groupsList.add(serviceGroupName);