- Issue created by @goz
- Merge request !391Issue #3520236: [2.0.x] Component id is wrong selecting layout with layout_paragraph → (Merged) created by goz
- 🇫🇷France pdureau Paris
Mikael did most of ComponentFormBase so he will be the most suited for the review
- First commit to issue fork.
- 🇫🇷France just_like_good_vibes PARIS
i am still hesitant because the bug seems triggered by the usage of ui_patterns_ui, and we are trying to fix it in ui_patterns.
- Assigned to just_like_good_vibes
- Status changed to Needs review
2 months ago 10:18am 20 June 2025 - 🇫🇷France just_like_good_vibes PARIS
i found this line in ui_patterns_ui (UiPComponentFormDisplaysForm)
$component_id = $element['#component_id'] ?? $element['#default_value']['component_id'] ?? NULL;
and we have this line in ui_patterns (ComponentFormBase)
$component_id = $element['#default_value']['component_id'] ?? $element['#component_id'] ?? NULL;
we need to sort this out
-
just_like_good_vibes →
committed d62ee734 on 2.0.x authored by
goz →
Issue #3520236 by just_like_good_vibes, goz: [2.0.7] Component id is...
-
just_like_good_vibes →
committed d62ee734 on 2.0.x authored by
goz →
- Issue was unassigned.
- Status changed to Fixed
3 days ago 12:19pm 21 August 2025 Automatically closed - issue fixed for 2 weeks with no activity.