Closed (duplicate)
Project:
Drupal core
Version:
5.1
Component:
node.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2007 at 16:02 UTC
Updated:
24 Mar 2007 at 20:40 UTC
I have 'create new revisions' set for a #node and Access Control perm 'Edit #node content' checked for authenticated users.
I fiddled with the 'View Revisions' and Revert Revisions' perms but this made no difference.
Every time I edit the #node as user/1, a new Revision is created for each submit.
Every time I edit the #node as user/2 or user/3, no new Revision is created, but the Current Revision is overwritten.
The problem is occuring at the level of the database table node_revisions. It appears that for any user other than user/1, the new vid is not being created, and the uid, title, body, teaser, etc are being edited.
So I guess it's a Query bug ... ?
Comments
Comment #1
webernet commentedDuplicate of: http://drupal.org/node/114822