- Issue created by @mowgli4811
- 🇧🇪Belgium mowgli4811
Hi Doxigo
I'm not getting an error. The actual link just disappeared from the html when updating to the new beta.
See the attached screenshots.In the Twig file of my teaser component, I use this to extract the link:
<div id="teaser-link"> {{ content.links }} </div>
Okay that's not what Radix does. it shouldn't be a Radix issue. Radix does not modify the render array, it could possibly be your view mode, other contrib modules that is causing this. could you test to see if now you revert back to
6.0.0-beta12
it gets fixed?- 🇧🇪Belgium mowgli4811
Switching between beta12 and beta17 without changing anything else, is how I made the screenshots. If the only thing I do is update/downgrade radix, and stuff gets messed up, is it still possible that another module is causing this?
Based on the screenshot provided, I see that it's
radix:nav
that can cause the issue, let me check and keep you posted- 🇧🇪Belgium mowgli4811
Hey doxigo, have you had the chance to take a look?
Maybe I should mention that this is my first time trying to update Radix.
Should I do something extra on top of "composer upgrade" maybe?
Greetings - Status changed to Fixed
5 months ago 7:34am 20 June 2024 Hey sorry for a real late reply Willem, I believe this is the main cause of your issue:
https://git.drupalcode.org/project/radix/-/commit/4392391b126b2bfdf862955a705d5eaaf7a79d77The reason that your Sub-theme breaks is that of the parent change, so please check your Sub-theme links.html.twig file, and update your variables according to the changes.
I am closing this ticket since this is a backward-compatibility issue which is out of my control. let me know if you managed.
- Status changed to Active
5 months ago 11:11am 22 June 2024 - 🇧🇪Belgium mowgli4811
This was it! Thank you, I'm now on the latest version without issues :)
- Status changed to Fixed
5 months ago 8:47am 24 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.