- Issue created by @tim-diels
- @tim-diels opened merge request.
- Status changed to Needs review
almost 2 years ago 1:24pm 22 February 2023 - Status changed to RTBC
almost 2 years ago 4:16pm 23 March 2023 - 🇨🇿Czech Republic parisek
For me this fixes disappeared language switcher links which introduced security fix for Drupal 9.5.5
https://www.drupal.org/project/drupal/issues/3348686 🐛 [regression] Inaccessible language switcher links are removed before alternatives can be provided FixedThank you
- Status changed to Needs review
almost 2 years ago 1:42pm 30 March 2023 - 🇨🇿Czech Republic parisek
Added back to NR as I just found fatal error when some node translation is not published yet. It all goes down to this line
$node = $entity_repository->getTranslationFromContext($node);
We cannot pass upublished translation so I added check
$node->isPublished()
before - last update
over 1 year ago 2 pass - last update
over 1 year ago Build Successful - Status changed to RTBC
over 1 year ago 11:04am 11 August 2023 - 🇧🇪Belgium stefdewa
I also required this to fix what is mentioned in #4. After applying the fix, the module still works for me. So setting to RTBC.
- First commit to issue fork.
- Open on Drupal.org →Core: 10.0.7 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass -
rodrigoeg →
committed 1163fcbc on 2.x
Changing variable name so it will not be overwritten #3343715
-
rodrigoeg →
committed 1163fcbc on 2.x
- Status changed to Fixed
over 1 year ago 10:03pm 5 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.