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