Is there a way to force a reload of the page that has the link that opens the modal after you display it? In some of my cases, the action taken in the modal form modifies the content of that page. This happened automatically in D6, but now the modal just goes away. There are other times I want that, but not in this case.

Comments

merlinofchaos’s picture

Status: Active » Fixed

I believe it's ctools_ajax_command_reload -- and I believe a bit of a design oversight requires you to ctools_add_js('ajax-responder') for this to work properly.

nagiek’s picture

You can check the ctools AJAX example for how to render an AJAX command.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.