- Issue created by @b.khouy
- Merge request !194issue-3473038: limit component remove button validation errors to none → (Merged) created by b.khouy
- Issue was unassigned.
- Status changed to Needs review
2 months ago 12:12pm 9 September 2024 - Assigned to just_like_good_vibes
- 🇫🇷France pdureau Paris
Mikael, Can you have a look ? because you are currently working on the form
- First commit to issue fork.
-
just_like_good_vibes →
committed 90656879 on 2.0.x authored by
b.khouy →
Issue #3473038 by b.khouy: Component remove button should bypass form...
-
just_like_good_vibes →
committed 90656879 on 2.0.x authored by
b.khouy →
- Issue was unassigned.
- Status changed to Fixed
2 months ago 8:03pm 9 September 2024 - Status changed to Fixed
2 months ago 7:26pm 15 September 2024 - 🇫🇷France just_like_good_vibes PARIS
For the record, that issue broke the slot removal 🐛 Adding data to slot and then remove it, empties all previous configuration Active ,
because'#limit_validation_errors'
is changing the way the form_state is managed,
and remove the value from the form state at the #submit step. Indeed, values in form state are available only after validation, otherwise
they stay as user inputs.