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.

Comments

jgSnell’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new460 bytes

Passing $cache->path directly to $form_state{'redirect'] fixes the issue.

szeidler’s picture

Status: Needs review » Reviewed & tested by the community

I 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.

joelpittet’s picture

Status: Reviewed & tested by the community » Fixed

Thanks @jgSnell, I've committed this to the dev branch for the next release.

  • joelpittet committed 6b9dd37 on 7.x-3.x authored by jgSnell
    Issue #1829474 by jgSnell, szeidler, joachim: landing wizard 'finish'...

Status: Fixed » Closed (fixed)

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