- Issue created by @Paul Dudink
- @paul-dudink opened merge request.
- Status changed to Fixed
almost 2 years ago 1:29pm 3 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
In asymmetric_translations_page_attachments_alter() href links are added to the page head pointing to node translations. However, this functionality does not take into account whether or not content is published, leading to inaccessible URL's.
One solution could be to only add published nodes to the head.
The fact that an unpublished node triggers a 403, raises the question whether any inaccessible content should be referenced in the href lang meta-tags.
For now we'll just check on publish state though.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.