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

gauravkumar87’s picture

Status: Active » Postponed (maintainer needs more info)

Hi 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

gauravkumar87’s picture

Assigned: Unassigned » gauravkumar87
southweb’s picture

This is a preexisting condition for which I was looking to address.