I use module jquery_update for update Drupal Jquery to 1.7 version, that needed by other modules. But when I update to JQuery 1.7, function ctools_ajax_command_redirect() stops working, browser don't do redirect to other url.
If I rollback to JQuery 1.5 - ctools_ajax_command_redirect() works well.
How I can fix this problem?

Comments

ayesh’s picture

Issue summary: View changes

I'm having the same problem. The OP probably have figured this out, but for the rest, call ctools_add_js('ajax-responder'); from the page you are building the ajax/modal content from.
This will ensure the redirect ajax command is created before calling it.

ctools_ajax_command_redirect() calls ctools_add_js('ajax-responder');, but it doesn't seem to register the commands at that moment.

gurunathan’s picture

I also have the same issue. Any possible solution??

japerry’s picture

Status: Active » Closed (outdated)

Drupal 7 is no longer supported, closing.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.