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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | cps-3384839-5-cps_skip_changeset.patch | 2.78 KB | marco |
| #4 | cps-3384839-4-cps_skip_changeset.patch | 3.08 KB | marco |
| #3 | cps-3384839-3-cps_skip_changeset.patch | 2.62 KB | peximo |
| #2 | cps-3384839-2-cps_skip_changeset.patch | 1.2 KB | peximo |
Comments
Comment #2
peximo commentedThe attached path should fix the issue. I tested
url()as well:Comment #3
peximo commentedThis patch should fix the drupal_goto as well and it explicitly set the changese-t_id to the url.
Comment #4
marco commentedSmall fix for the drupal_goto.
Comment #5
marco commentedre-reroll of the previous patch.
Comment #7
douggreen commentedcommitted, thanks!