Wondering if this duplicates work from http://drupal.org/project/autosave

Comments

a_c_m’s picture

Assigned: Unassigned » a_c_m

It 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.

agentrickard’s picture

Status: Active » Closed (works as designed)

Thanks!