Closed (fixed)
Project:
Node access user reference
Version:
7.x-3.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2011 at 10:32 UTC
Updated:
27 Jul 2011 at 02:11 UTC
I created an userreference-field so the user that I choose can update/delete the node but when I put the field in a field group (in my case, horizontal tab and item) it doesn't work.
Using Field Group 7.x-1.0
Comments
Comment #1
Gr3fweN commentedDid some more testing and it seems that the problem isn't Field Group after all. If I create another content-type and using the same field, create some content with that type then the first content-type that didn't worked at first suddenly starts working (after edit/save again).
?
Comment #2
danielb commentedwhat do you mean by 'it didn't work' ?
Comment #3
danielb commentedAlso, try the dev version 7.x-3.x-dev there have been some bug fixes.
Comment #4
danielb commentedThose bug fixes are now in 7.x-3.5. Please reports back after upgrading, I suspect we might get a clearer picture of what's going on.
Comment #5
danielb commentedComment #6
danielb commentedI have changed the module so it uses field_get_items() to fetch the field values. This is the correct way to do it, and should allow other modules to be compatible.