Hi
I've been long been frusrated with the way Drupal handles node ownership.
For example, I've built an application where the original owner of the node must not be changed. The node can be edited, approved or commented upon by their supervisor, but it the node uid should never change.
A classic example is the content_profile module. Nodes are supposed to belong to a particular user. However, the administrator edits it, the ownership becomes the administrator!
I'm forced to make hacks around nodeapi and keep track of the original ownership somewhere else.
Firstly, I'm surprised not more is written about this. But secondly, would your module address this?
Thanks
Comments
Comment #1
gauravkumar87 commentedHi bluffit,
Can you please specify if this issue has come up after installing this module or if this issue always existed for you.
Stock Drupal will not change uids on edits.
Gaurav
Comment #2
gauravkumar87 commentedComment #3
southweb commentedThis is a preexisting condition for which I was looking to address.