]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Adjust bindings so that replacement happens in the correct order (#404)
authorMichael Ritter <mikejritter@users.noreply.github.com>
Tue, 19 Mar 2024 23:41:24 +0000 (17:41 -0600)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 23:41:24 +0000 (19:41 -0400)
services/common/src/main/cspace/config/services/tenants/fcart/fcart-tenant-bindings.delta.xml

index 58b2bf1b9760ad4e85e0ac5b52a96e33a6a32673..b0dab253d5f4b67adf86bbadec92150e3dd73c14 100644 (file)
@@ -8,6 +8,15 @@
        <!-- value in cspace/config/services/tenants/fcart-tenant-bindings-proto.xml -->
 
        <tenant:tenantBinding id="1000">
+               <tenant:serviceBindings merge:matcher="id" id="Reports">
+                       <service:properties xmlns:service="http://collectionspace.org/services/config/service" xmlns:types="http://collectionspace.org/services/config/types">
+                               <types:item merge:matcher="skip" merge:action="insert">
+                                       <types:key>report</types:key>
+                                       <types:value>artwork_description</types:value>
+                               </types:item>
+                       </service:properties>
+               </tenant:serviceBindings>
+
                <tenant:elasticSearchIndexConfig merge:action="replace">
                        <tenant:mapping merge:action="replace">
                                {
                                }
                        </tenant:mapping>
                </tenant:elasticSearchIndexConfig>
-
-               <tenant:serviceBindings merge:matcher="id" id="Reports">
-                       <service:properties xmlns:service="http://collectionspace.org/services/config/service" xmlns:types="http://collectionspace.org/services/config/types">
-                               <types:item merge:matcher="skip" merge:action="insert">
-                                       <types:key>report</types:key>
-                                       <types:value>artwork_description</types:value>
-                               </types:item>
-                       </service:properties>
-               </tenant:serviceBindings>
        </tenant:tenantBinding>
 </tenant:TenantBindingConfig>