- Issue created by @pdureau
- Issue was unassigned.
- Status changed to Fixed
about 1 year ago 3:06pm 11 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.
When we did 🐛 [beta2] ⚠️ Fix modal structure in consent_banner pattern Fixed we introduce a new structure for the services list, closer to the standard Drupal menu structure.
However, we have updated the Twig template only for the first level of this menu.
So, today, the sub services ID are wrong. Instead of the expected ID:
<legend id="google-analitycs-legend" class="fr-consent-service__title">Google Analytics</legend>
We have integer increment:
<legend id="google-analitycs-0" class="fr-consent-service__title">Google Analytics</legend>
Fix the second level loop to use sub_service.attributes.id
instead of the array key.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.