Closed (duplicate)
Project:
Field collection
Version:
7.x-1.0-beta5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2013 at 11:53 UTC
Updated:
6 Jan 2015 at 16:26 UTC
Jump to comment: Most recent
Comments
Comment #1
albert volkman commented@skat please have a look at #1954124: Fields part of field collection are ownerless and report if that resolves your issue.
Comment #2
skat commentedAlbert Volkman, I tried the patch suggested, but it fails. Any idea?
Comment #3
albert volkman commented@skat It fails to apply, or it isn't functional?
Comment #4
david.lopez commentedThe patch applies perfectly to the git head version, but, it seems that the view is still accesible by anyone.
To be more specific, this is the error: Notice: Trying to get property of non-object in FieldCollectionItemEntity->__construct() (line 210 of /Applications/MAMP/htdocs/new/sites/all/modules/field_collection/field_collection.module).
And, even reverting the patch and hardcoding a specific uid, so different for 2 users, it still doesn't apply any permissions at all.
Comment #5
jmuzz commentedAre you using field permissions to try to implement the access control you want? The ticket already posted has some information about that, but as you can see here ( #1838976: field permissions do not work with field collection ) Field Collections do not work with the Field Permissions module at the moment.
Does this explain the problem? Maybe this can be closed as a duplicate.
Comment #6
jmuzz commented