Needs work
Project:
Autosave
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 13:12 UTC
Updated:
4 May 2011 at 20:19 UTC
Jump to comment: Most recent file
I thought it would be useful to have the option to automatically open the most recently saved draft when you open a form instead of having to click "View" to load the saved values.
I think it would be easier for users and it would save them the extra click.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | autoload-draft-1133244-1.patch | 451 bytes | sdragnev |
Comments
Comment #1
sdragnev commentedI'm attaching a patch that automatically triggers the "View" function if a draft exists.
Note that this does not add the option to automatically show the draft - it replaces the default behaviour.
It's just a one line "click" call on the View link.
Comment #2
sdragnev commentedThe patch above automatically reloads the latest revision, however, this disables the autosave function until the user presses "Keep".
Have to modify to change from "Autoload" to "Autoload + Keep".