Closed (fixed)
Project:
Drupal core
Version:
4.6.4
Component:
story.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2006 at 19:11 UTC
Updated:
22 Mar 2006 at 19:17 UTC
I created some nodes as admin and placed the name of a user in the 'author' field. And then let the user edit own pages and own stories.
The user had no problems when editting a 'page' node. However, drupal returns a permission denied when trying to edit an own 'story' node.
Comments
Comment #1
jlinares commentedI got it. If a node is using a filter (full HTML) and the user hasn't permission for it, then it returns permission denied. It is a very logical thing, but simetimes there are too many things to debug. ;)
Thanks anyway.