Hello.
I am using this
https://meta.discourse.org/t/custom-header-links/90588/155
But after update (10 minutes ago) the links are missing (not showing)
Hello.
I am using this
https://meta.discourse.org/t/custom-header-links/90588/155
But after update (10 minutes ago) the links are missing (not showing)
They added a locale attribute to the links. This means a link with an âenâ tag wonât appear if the current userâs language is âfrâ, for example.
Though, if you donât provide a locale, it should show them by default. There is a bug here.
An immediate fix would be to add ,en
to your links in the settings.
Thanks, after adding (workaround) it is working fine again:
Links are back:
Note: I donât know if I should flag this as a Solution (?) or leave it âUnsolvedâ, as problem will show to those who not apply this workaround.
Also, i know i should have read all documentation of the component, and added â, enââŚ
Itâs still a bug. Iâve made a PR to fix it:
Approved & merged