Closed (works as designed)
Project:
Save Form
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Nov 2011 at 15:14 UTC
Updated:
28 Nov 2011 at 14:38 UTC
Wondering if this duplicates work from http://drupal.org/project/autosave
Comments
Comment #1
a_c_m commentedIt does. Makes me sad. http://drupal.org/node/1280840 covers it.
Basically, autosave is very JS reliant and only works on traditional node forms. The approach of this module is far more generic, allowing ANY form to be saved / recovered and works without JS.
I started by trying to mod/patch/improve both autosave and http://drupal.org/sandbox/dzhgenti/1316894 (who i've been in contact with while building this module). But quickly ran up against problems due to the node based assumptions.
Our use case is for Multi Node Edit (http://drupal.org/project/multi_node_edit), which autosave and similar just can't deal with.
Comment #2
agentrickardThanks!