From f8c606344e7c66be57cf4d18b95c2c240bac5a21 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 4 Oct 2010 16:28:41 +0000 Subject: [PATCH] CSPACE-2975: Correctly removed LocationAuthorityValidatorHandler reference; added back LocationValidatorHandler reference inadvertently removed from tenant bindings. --- .../src/main/config/services/tenant-bindings.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/services/common/src/main/config/services/tenant-bindings.xml b/services/common/src/main/config/services/tenant-bindings.xml index f8b2746a3..30d2381dd 100644 --- a/services/common/src/main/config/services/tenant-bindings.xml +++ b/services/common/src/main/config/services/tenant-bindings.xml @@ -670,9 +670,6 @@ org.collectionspace.services.location.nuxeo.LocationAuthorityDocumentModelHandler - - org.collectionspace.services.location.nuxeo.LocationAuthorityValidatorHandler - org.collectionspace.services.location.nuxeo.LocationDocumentModelHandler + + org.collectionspace.services.location.nuxeo.LocationValidatorHandler + org.collectionspace.services.location.nuxeo.LocationAuthorityDocumentModelHandler - - org.collectionspace.services.location.nuxeo.LocationAuthorityValidatorHandler - org.collectionspace.services.location.nuxeo.LocationDocumentModelHandler + + org.collectionspace.services.location.nuxeo.LocationValidatorHandler +