- Issue created by @Grimreaper
- Merge request !103Issue #3538219 by grimreaper: SDC prop validation error on alert → (Open) created by Grimreaper
templates/misc/status-messages.html.twig:
{{ include('bootstrap_barrio:alert',
{ message_list: message_list,
status_headings: status_headings,
attributes: attributes
})
}}
is triggering a fatal SDC validation error because message_list variable in the template can be NULL while in the component it can't.
Add default.
Active
5.5
Code