This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git commit 8fc5028be99aa0df662dabbb93d0c9cd36271e6a Author: Nicolas Malin AuthorDate: Fri Mar 27 11:41:03 2020 +0100 Fixed: correct path to ftpAddress services (OFBIZ-11359) After the minilang ContactMarchServices.xml to groovy, I forgot to change the path of existant ftpAddress services already present before. Thanks to Olivier Heintz for this alert --- applications/party/servicedef/services_contact.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/party/servicedef/services_contact.xml b/applications/party/servicedef/services_contact.xml index 1fa4461..90fd990 100644 --- a/applications/party/servicedef/services_contact.xml +++ b/applications/party/servicedef/services_contact.xml @@ -91,14 +91,14 @@ under the License. + location="component://party/groovyScripts/contact/ContactMechServices.groovy"> create FtpAddress + location="component://party/groovyScripts/contact/ContactMechServices.groovy"> update FtpAddress