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.

CommentFileSizeAuthor
#2 node_save_and_edit.patch5.78 KBdanillonunes

Comments

Flying Drupalist’s picture

Same here, this is important for me.

danillonunes’s picture

Version: 6.x-1.9 » 6.x-1.14
Status: Active » Needs work
StatusFileSize
new5.78 KB

Hi,

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.