Posted by tayzlor on March 4, 2009 at 6:59pm
Jump to:
| Project: | Ajax |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | brendoncrawford |
| Status: | postponed |
Issue Summary
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
#1
taylzor,
Thanks. I will look into this.
#2
This is a good idea, but will require some time. Anyone want to take a stab at this?