This is an automated email from the ASF dual-hosted git repository.
nmalin pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.
from b17fd24 Improved: Apply multi-block attr to each application
(OFBIZ-11706)
new 8af7cf8 Improved: Converted AccountServices from mini lang to groovy
new 95f0eda Improved: Convert LeadServices.xml mini lang to groovy
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../sfa/account/AccountServices.groovy} | 32 ++-
.../groovyScripts/sfa/lead/LeadServices.groovy | 201 +++++++++++++++++++
.../minilang/sfa/account/AccountServices.xml | 36 ----
.../marketing/minilang/sfa/lead/LeadServices.xml | 221 ---------------------
applications/marketing/servicedef/services.xml | 8 +-
.../groovyScripts/party/PartySimpleMethods.groovy | 97 +++++++++
.../party/minilang/party/PartySimpleMethods.xml | 1 +
applications/party/servicedef/services.xml | 47 +++++
8 files changed, 372 insertions(+), 271 deletions(-)
copy applications/{party/groovyScripts/party/LookupServices.groovy =>
marketing/groovyScripts/sfa/account/AccountServices.groovy} (50%)
create mode 100644
applications/marketing/groovyScripts/sfa/lead/LeadServices.groovy
delete mode 100644
applications/marketing/minilang/sfa/account/AccountServices.xml
delete mode 100644 applications/marketing/minilang/sfa/lead/LeadServices.xml
create mode 100644
applications/party/groovyScripts/party/PartySimpleMethods.groovy