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

robloach’s picture

Status: Active » Postponed (maintainer needs more info)

Sounds like a Locale problem.... What modules are you using?

chx’s picture

Status: Postponed (maintainer needs more info) » Active

_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.

chx’s picture

Status: Active » Closed (duplicate)

Should.