Active
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2012 at 16:02 UTC
Updated:
31 Oct 2012 at 16:02 UTC
The scenario as following;
I have content type, only registered users can see this content type.
I created a view and disable SQL Rewriting because unregistered users have to see some of fields. everything is fine for now, but when I show field which is field collection the view shows error when unregistered users use that view;
Notice: field_view_mode_settings() .... /modules/field/field.module line#627
Warning: field_view_mode_settings() /modules/field/field.module line#627
I think this issue related to Entity API, it may related with Field Collection field.. Do you have any advice about solution?
thank you.