Active
Project:
Edit Authoring Information
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2007 at 19:29 UTC
Updated:
7 Nov 2007 at 22:41 UTC
Hi! I've just downloaded and tested the module for the 5.x version. It shows the form right but after submit the data are not saved.
I've tested it on Drupal 5.3.
Comments
Comment #1
finex commentedAfter some testing, I've found the problem, there is a conflict with the taxonomy_access.module (if you don't use it, you are not affected by this "bug")
The taxonomy access module implements the hook_nodeapi() too. Here is the self explaining code of the function:
As you can see from the code, if an user doesn't have the "administer nodes" permission but he can update the node thanks to the taxonomy access control, $node->uid is set to the old value.
Someone has some hints?