I planned to use view field for creating some kind of a mini panel for site manager. I restricted access to child view and attached it as a field to parent view displaying materials.
I expected it would be visible only to authorized users, but looks like view's access settings are somehow ignored by views_field_view.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_field_view-access-1565458-1.patch | 1.48 KB | akamaus |
Comments
Comment #1
akamaus commentedHave made a quick fix. Works for my case, but I'm unsure about code path dealing with query aggregation.
Comment #2
damiankloip commentedakamaus, good spot. I have committed a fix for this, based on your patch but including support for aggregated queries etc... too. Thanks!