I have a content type with revision moderation assigned to it. When an anonymous user goes in to edit the content the first time, it works ok. But, when a second anonymous user tries to edit the page, I get an error: "This content has been modified by another user, changes cannot be saved."

But this doesn't seem to happen for logged in users. The same logged in user can make multiple revisions in moderation... is there a way to change this behavior? or is there a reason for it?

Comments

hillaryneaf’s picture

It's a conflict with the node.module... a node validate function... any idea on how to override this function?