I needed the ability to open a URL in a new window using ctools_ajax_command_redirect().

I created a patch that allows this functionality: ctools_ajax_command_redirect($url, 0, array(), TRUE);

Comments

JStarcher’s picture

Status: Active » Reviewed & tested by the community
A.Kotov’s picture

Issue summary: View changes

tested with 7.31 - ok
thank you

japerry’s picture

Status: Reviewed & tested by the community » Fixed

Sure thing, easy addition.

  • japerry committed f678137 on 6.x-1.x authored by jwhat
    Issue #1530010 by jwhat: Option for ctools_ajax_command_redirect() to...

Status: Fixed » Closed (fixed)

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

pmichelazzo’s picture

StatusFileSize
new1.64 KB

Unfortunately this patch doesn't work with the new versions of ctools contrib module under Drupal v7 (tested with version 7.x-1.12) because the differences between the lines inside the files.

So I've made a patch to accomplish it.