Closed alansemenov closed 6 years ago
I have just tested this with the latest snapshot of 6.15.0 and 6.14.2-B3, and the following happens:
#tourDisabled = false
-> Welcome tour appears, as it should
tourDisabled = false
-> No welcome tour (This is wrong)
tourDisabled = true
-> No welcome tour as it should.
Please review this again.
tourDisabled=false
is not supported. The idea is that the tour is enabled by default but you can disable it by adding tourDisabled=true
to the config.
It's also described in the docs:
Plus, this bug was not about that setting at all, it was about that when the Tour dialog was supposed to auto-open it won't render properly.
Added support of tourDisabled=false
to 6.15
@alansemenov commented on Tue Mar 20 2018
tourDisabled = false
incom.enonic.xp.admin.ui.cfg
and it's not commented outOn the Home dashboard the Welcome Tour dialog is supposed to automatically pop-up and the background is blurred as when the dialog is active, but the dialog itself is not visible. Happens only the first time, if you manually delete the browser cookie then the dialog will pop-up fine.