If I create a tour for the homepage for instance and then load the page with http://domain.com/?tour=1 the tour will not be visible (even as a logged in user).

This appears to indicate that tour cannout currently be used for frontend page tours.

Comments

realityloop created an issue. See original summary.

larowlan’s picture

Issue tags: +Needs tests, +JavaScript

This is supposed to work, so needs test to verify its not working/ensure it doesn't regress again

droplet’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs JavaScript testing

drupal8x/admin/config/regional/language?tour=1

Having a look at source code, it's so simple. Needs further info to debug.

        // Start the tour immediately if toggled via query string.
        if (/tour=?/i.test(queryString)) {
          model.set('isActive', true);
        }
realityloop’s picture

@droplet

This only affects tours in the site front end, tours trigger as expected in the admin section of the site.

droplet’s picture

Status: Postponed (maintainer needs more info) » Active

Thanks @realityloop.

No hard dependent it seems. If anyone able to create a test module would be great.

realityloop’s picture

Status: Active » Closed (works as designed)

Oops, Appears this was a permissions issue.