Closed (won't fix)
Project:
Views Field View
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2013 at 21:11 UTC
Updated:
10 May 2013 at 17:57 UTC
I have situation when I can not set `filter Criteria` or `required relationships` referenced to the included (children)(different Content Type) view to not show current row if included view have not results.
The problem is that there is no hooks that can give me results of included view before render to unset it programmatically.
Anyone have some solution?
Comments
Comment #1
damiankloip commentedWell, views_field_view fields aren't executed and rendered until render time of the parent view. So that would make things tricky. You could use an existing views hook to do some custom behaviour here. This is not something we would provide in this module I'm afraid.
Comment #2
damiankloip commented