1 <?xml version="1.0" encoding="UTF-8"?>
2 <tenant:TenantBindingConfig
3 xmlns:merge="http://xmlmerge.el4j.elca.ch"
4 xmlns:tenant="http://collectionspace.org/services/config/tenant">
6 <!-- Add your changes, if any, within the following tag pair. -->
7 <!-- The value of the 'id' attribute, below, should match the corresponding -->
8 <!-- value in cspace/config/services/tenants/publicart-tenant-bindings-proto.xml -->
10 <tenant:tenantBinding id="5000">
11 <tenant:serviceBindings merge:matcher="id" id="Reports">
12 <service:properties xmlns:service="http://collectionspace.org/services/config/service" xmlns:types="http://collectionspace.org/services/config/types">
13 <types:item merge:matcher="skip" merge:action="insert">
14 <types:key>report</types:key>
15 <types:value>obj_current_place_details</types:value>
17 <types:item merge:matcher="skip" merge:action="insert">
18 <types:key>report</types:key>
19 <types:value>tombstone_with_budget</types:value>
21 <types:item merge:matcher="skip" merge:action="insert">
22 <types:key>report</types:key>
23 <types:value>tombstone_with_creator</types:value>
26 </tenant:serviceBindings>
27 </tenant:tenantBinding>
29 </tenant:TenantBindingConfig>