enonic / app-admin-home

Home application for Enonic XP admin
GNU General Public License v3.0
1 stars 1 forks source link

Welcome Tour dialog won't appear on clean XP installation #22

Closed alansemenov closed 6 years ago

alansemenov commented 6 years ago

@alansemenov commented on Tue Mar 20 2018

  1. Make sure you have line tourDisabled = false in com.enonic.xp.admin.ui.cfg and it's not commented out
  2. Run clean installation of XP 6.14.1
  3. Click "or logged in without a user" link on the ID provider page

image

On 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.

image

jsi commented 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.

alansemenov commented 6 years ago

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:

image

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.

alansemenov commented 6 years ago

Added support of tourDisabled=false to 6.15