Problem/Motivation
When adding a tour with core's Tour module to a route that uses the frontend theme, the Tour module will not appear in the toolbar
Steps to reproduce
Enable Gin and Gin Toolbar
Install Tour module
Install contrib module "Tour UI" (for easier reproduction of bug)
Go to /admin/config/user-interface/tour/manage/tours
Add route "search.view_node_search"
Go to /search
Bug behavior:
Tour button does not show in toolbar
Correct behavior:
If you uninstall Gin Toolbar, you will see the Tour button appear in the core toolbar
Proposed resolution
Move toolbar related preprocessing / twig files from Gin theme to Gin Toolbar module (not tested)
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork gin-3353113
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
saschaeggiComment #4
saschaeggiComment #5
linhnm commentedThe MRs work well.
Moving to RTBC.
Thank you
Comment #6
jurriaanroelofs commentedGreat! Works for me too thanks.
Comment #8
saschaeggiGreat, thanks!