By trebol on
I'm using drupal 7.20.
The steps i made are this ones:
- I create a content type.
- User can fill content type and edit his own content, all works ok.
- I add a new field to the content type, the new field is a text list selection.
- Now, user can't edit his own content.
I look on my Content Type, there's not any full html text option, and permissions are ok. User can't edit own old and new content. Anyone with the same problem who solved it? What can be the problem?
Comments
You need to check that
You need to check that field(text list selection) permission.
I dont see permission for this field
I checked the permissions and I dont see any permission for this field.
Are you using the Field
Are you using the Field Permissions module? If yes, then It must be listed on the permission page with your field name.
No luck
I install and configure Field Permissions module, but user still can't edit content
_
Check to make sure the user has permissions to the text format on the node body (its not only full html that can require permission).
All is in plain text at now
All my fields are in plain text, body is in filtered and user got permission for use filtered text.
Info
I have updated some days ago from d7.19 to d7.20, read http://drupal.org/drupal-7.20-release-notes, but i don´t find something about the editing issue, and my images are correctly. Maybe an update issue?