Entitymodel - entity-condition inside view-link does not work

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Entitymodel - entity-condition inside view-link does not work

Ranjit Singh
Hi all,

I can see the similar issue has been already logged around two months
before but no progress has been made till date-
*https://issues.apache.org/jira/browse/OFBIZ-4781*


Can somebody help me fixing it in asap 11.04.  I am trying to use following
entity condition under view-link that doesn't work for me.

<view-link entity-alias="activityOffering" rel-entity-alias="registrants"
rel-optional="true">
<key-map field-name="workEffortId" rel-field-name="workEffortId" />
*<entity-condition>*
* <condition-expr field-name="roleTypeId" value="CABI_ATTENDEE"/>*
* </entity-condition> *
</view-link>

Thanks,
Ranjit