In parent template I have something like
{exp:channel:entries channel="challenges" limit="1" disable="categories|category_fields|pagination" status="men|women" dynamic="no" search:payment_plan_id="{segment_3}"}
{reverse_related_entries channel="week_stats"}
<div class="row panel">
<div class="six columns">
{embed="user/display" week_id="{entry_id}"}
...and embedded template looks like this:
{exp:channel:entries channel="tracker" disable="categories|category_fields|pagination" search:tracker_relationship="{embed:week_id}"}
...
code
{/exp:channel:entries}Tracker channel has a relationship field “tracker_relationship” to “week_stats” channel. I cant get any results within embed template.
What am I doing wrong?
Thanks,
Milos