Closed (duplicate)
Project:
Field Permissions
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2011 at 14:10 UTC
Updated:
23 Nov 2011 at 00:15 UTC
hello
i want to implement the schema:
user create node with one invisible non editable for him field; this field is becomes visible in node view, but it is editable only for admin.
i choose
THIS Create field_iscomplete (edit on content creation).
THIS Edit field_iscomplete, regardless of content author.
- Edit own field_iscomplete on content created by the user.
THIS View field_iscomplete, regardless of content author.
- View own field_iscomplete on content created by the user.
after node creation i have the Notice: Undefined property: stdClass::$field_name in function locale_field_node_form_submit() (410)
please help
Comments
Comment #1
robloachSounds like a Locale problem.... What modules are you using?
Comment #2
chx commented_field_permissions_field_edit_access doesnt return TRUE for !isset($entity) -tho my version still has $object- this means even uid 1 will not have access to the default widget if only Edit own is in use.
Comment #3
David_Rothstein commentedDoes the patch at #1321050-9: "Create" permissions don't work correctly sometimes, and "EntityMalformedException: Missing bundle property" errors can appear fix this?
Comment #4
chx commentedShould.