Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
It looks like the onclick event is not added to the tabs when changing between languages on a template.
I've looked at the code, and it might be enough to add something similar to:
"response.config.url.includes('/umbraco/backoffice/UmbracoTrees/ContentTree/GetMenu')"
to the url check, but I've not investigated if that will give false positives, so it might be worth to check if tabs are undefined as well?
Hi Allan,
Thanks for this; unfortunately I'm not working on any multi-language sites at the moment but I will try to take a look.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Possible bug when changing language on template
It looks like the onclick event is not added to the tabs when changing between languages on a template.
I've looked at the code, and it might be enough to add something similar to:
"response.config.url.includes('/umbraco/backoffice/UmbracoTrees/ContentTree/GetMenu')"
to the url check, but I've not investigated if that will give false positives, so it might be worth to check if tabs are undefined as well?
Hi Allan,
Thanks for this; unfortunately I'm not working on any multi-language sites at the moment but I will try to take a look.
is working on a reply...