When a user starts submitting a new piece of content and they already have a draft of that same type, drupal should display a message reminding them of this and linking to the draft edit page.

Comments

sdragnev created an issue.

rooby’s picture

So do you mean once a user has created any node of a given node type, when they go to create a new node they get a message to edit their other node?

That would be achievable, they would just have to check for unpublished content by the same user, however it is quite a specific use case.

As long as this behaviour was a setting that could be turned on (and is off by default) I think that it could be an acceptable addition, although I think that maybe it would be better as a separate module.