Closed Seefahrer closed 6 years ago
I can confirm the problem mentioned above with Contao 4.5.4.
The ampersand encoding in the URL (href_fragment) is wrong. Maybe you can fix it with %26
or [&]
?
I also confirm ... the url which want to open is:
http://my.domain/contao?do=themes&table=tl_layout&id=1
instead of
http://my.domain/contao?do=themes&table=tl_layout&id=1
@qzminski is there a break here because the modified navigation now uses raw urls instead of html encoded ones?
with option "context menu" it's working
great ... it's working ... thank you @qzminski
If one uses Easythemes as Backend-Module e.g. in the Layout group in Contao 4.5.4, clicking on any menu item simply jumps to "Layout - Themes".
ET used on mouseover or context menu is working w/o problems.