[beta5] consent manager: fix sub services ID

Created on 11 October 2023, 12 months ago

Problem/Motivation

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>

Proposed resolution

Fix the second level loop to use sub_service.attributes.id instead of the array key.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇫🇷France pdureau Paris

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024