if you have disable_redirect turned on for form submissions, then when the node form is submitted via ajax, instead of the edit form still appearing it would be nice if it displayed the 'view' of the node. this should obviously done via an ajax call without a page refresh.

the node data could be sent back in an ajax response on 'complete' after form submission for display on the page if desired, else the form stays in place like the current behaviour?

briefly touched on this in http://drupal.org/node/361992

Comments

brendoncrawford’s picture

Assigned: Unassigned » brendoncrawford

taylzor,

Thanks. I will look into this.

brendoncrawford’s picture

Priority: Normal » Minor
Status: Active » Postponed

This is a good idea, but will require some time. Anyone want to take a stab at this?