Search code examples
drupalpermissionsedit

Random uneditable node


I have come across this problem in the past but never solved it.

I am on the verge of finishing a Drupal site for a client. I created two content types and gave him the permissions necessary to edit any occurrence of these node types.

The strange problem is the client can edit any node of type product_type except for one particular node of the same type. So in other words, all nodes of type product_type are editable except node/3.


Solution

  • I found out what the issue was. The client account could not edit anything with full-html input format. I enabled that at /admin/settings/filters and it works just fine now.

    Thanks for looking in.