Bug tracker
'save' option works wrong in 'edit' mode (fix completed in vcs)
- click to edit a post,
- make some changes to the post and save the edits as a draft (using the 'save' button which shows up even in 'edit' mode) and
- load and submit the draft, the edited post gets posted as a new reply rather than replacing the original post.
I think the save feature should either be unavailable in edit mode, or should save an edited post in a way so that when the edited post is finally submitted as a live post it replaces the original post.
For what it's worth, we had a discussion about this point here: http://area51.phpbb.com/phpBB/viewtopic ... =4&t=27492
Comments / History
closing.
I am NOT saying save doesn't work in edit. Instead, I am saying that save button should not appear at all in edit mode if the only thing it will do is to save a draft of a brand new reply to the edited post.
Assume a user posts a post with post_id 1000 and then edits that post and saves the edited version as a draft. Then he goes to his drafts in the UCP, loads the draft and submits it.
The result: the edited post gets posted as a brand new reply (e.g. post_id 1001) and so in viewtopic you end up with the original unedited post followed by the edited one. That makes no sense to me.
I think that either:
- there should be no 'save' button when a user is in edit mode, or
- the save button in edit mode should allow you to edit the post and when you finally submit the draft it should replace the original post.
Hope that helps, and again sorry to keep "bugging" you about this