Problem/Motivation

When a new site version, the user is no longer redirected to that version.

Steps to reproduce

1. Go to admin/structure/changesets in the live version, be sure the only get params is the live changeset (?changeset_id=published)
2. Add a site version
3. Notice that the site version is created but the user isn’t redirected to this site version

Comments

peximo created an issue. See original summary.

peximo’s picture

StatusFileSize
new1.2 KB

The attached path should fix the issue. I tested url() as well:

$normal_url = url('admin'); // /admin?changeset_id=HM3w0QzSv8pgGi7aWydXKjqSSOCo5HXv49w4vGRkBwI
$url_without_changeset = url('admin', ['cps_skip_changeset' => TRUE]); // /admin
peximo’s picture

StatusFileSize
new2.62 KB

This patch should fix the drupal_goto as well and it explicitly set the changese-t_id to the url.

marco’s picture

StatusFileSize
new3.08 KB

Small fix for the drupal_goto.

marco’s picture

StatusFileSize
new2.78 KB

re-reroll of the previous patch.

  • douggreen committed 08478dd6 on 7.x-1.x
    Issue #3384839 by peximo, marco: User is not redirected to a newly...
douggreen’s picture

Status: Active » Fixed

committed, thanks!

Status: Fixed » Closed (fixed)

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