How difficult would it be to integrate this module with http://drupal.org/project/save_edit ?
This is important for my site because I am using services / amfphp / flash to actually display the node content... and I don't believe there's any good way for me to access the preview data from amf, so I need to actually save the node first then continue editing it.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | node_save_and_edit.patch | 5.78 KB | danillonunes |
Comments
Comment #1
Flying Drupalist commentedSame here, this is important for me.
Comment #2
danillonunes commentedHi,
I make a patch against 6.x-1.14 to include save & edit funcionality in a new "plugin", maybe it still needs to be more tested and improved by the community.