Populate a block with node_view if redirect is disabled.
tayzlor - March 4, 2009 - 18:59
| Project: | Ajax |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | brendoncrawford |
| Status: | postponed |
Jump to:
Description
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

#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?