Le 24/06/2016 09:00,
[hidden email] a écrit :
> + <set field="andCondition" value="${groovy: return org.ofbiz.entity.condition.EntityCondition.makeCondition([
> + org.ofbiz.entity.condition.EntityCondition.makeCondition('roleTypeId', 'CONTACT')])}"/>
This commit is fine and when I read it, I ask myself if a dsl groovy
syntax would be define like as example
${groovy: entity condition make([['roleTypeId' : 'CONTACT']]}
${groovy: entity condition make([andCondition, ['roleTypeId' : 'CONTACT']]}
${groovy: entity condition make([andCondition, make ('roleTypeId',
NOT_EQUALS, 'CONTACT')]}
It's completly open idea
Nicoals