- Issue created by @peximo
- ๐ฎ๐นItaly peximo
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
- ๐ฎ๐นItaly peximo
This patch should fix the drupal_goto as well and it explicitly set the changese-t_id to the url.