After clicking 'finish' I was sent to: drupal-subfolder//drupal-subfolder/panel-path
Looks like something isn't properly using url() to create a link or redirect.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panels-landing-page-wizard-redirect-to-wrong-url-1829474-#1.patch | 460 bytes | jgSnell |
Comments
Comment #1
jgSnell commentedPassing $cache->path directly to $form_state{'redirect'] fixes the issue.
Comment #2
szeidler commentedI can confirm that the bug still exists in 7.x-3.x-dev and is caused from the
url()method. The patch is solving the issue.Comment #3
joelpittetThanks @jgSnell, I've committed this to the dev branch for the next release.