forked from pgampe/typo3-guide
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tours not startet due to missing data? #18
Comments
I made a quickfix and pushed a PR. However, this should be done differently some time in the future, as it slows down the backend performance. |
pixelbrackets
added a commit
to webit-de/typo3-guide
that referenced
this issue
Feb 26, 2018
Tour may not start and throw an error instead: "startTour: SomeTourName tour not found" This is because the tour is not loaded/initialized yet. with this fix all available tours are always loaded. * Pro: Tours working again. * Con: Very negative perfomance impact (one request & data handling for each tour) → his fix should be replaced again soon Refs tdeuling#18
pixelbrackets
added a commit
to webit-de/typo3-guide
that referenced
this issue
Feb 27, 2018
Tour may not start and throw an error instead: "startTour: SomeTourName tour not found" This is because the tour is not loaded/initialized yet. with this fix all available tours are always loaded. * Pro: Tours working again. * Con: Very negative perfomance impact (one request & data handling for each tour) → his fix should be replaced again soon Refs tdeuling#18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some cases my tours dont start, because are not loaded yet. When I click one of them in the guide module, then the following errors appears in Console Log:
"startTour: MyTourName tour not found"
It seems that the tours is not loaded yet or not called via "loadTour()" first.
The text was updated successfully, but these errors were encountered: