- Go to draft/list
- Press view for one of them
- Edit node content (in my case Blog entry), do not save as draft
- Press preview
After that user lose all entered data, i.e. Preview button reloads a draft.

Comments

darren.ferguson’s picture

Version: 6.x-1.3 » 6.x-1.4
Assigned: Unassigned » darren.ferguson
Priority: Critical » Normal

Will look at how to resolve this issue it is definitely a bug in the Draft module implementation for the Preview portion

darren.ferguson’s picture

Status: Active » Fixed

The issue has been resolved in the module. It is now checking if the draft id already existed and if the form state is in a submitted form then it will set a flag which the populate function in the JavaScript will verify and if it exists the function will not re-populate the form.

darren.ferguson’s picture

Code will be in the development branch for the module when the development package build script next runs on d.o. Will work it into a full release within the next week will wait and see if any further bugs appear.

darren.ferguson’s picture

Status: Fixed » Closed (fixed)
JohnDol’s picture

Thank you