Active
Project:
Bootstrap5
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2025 at 14:29 UTC
Updated:
12 Nov 2025 at 14:29 UTC
Jump to comment: Most recent
Status messages are not rendered the same way if there are generated by the server or by AJAX requests.
In fact, there is simply no theme for AJAX message, you must override the message.js component.
I figured it out using the masquerade module. When masquerading, the theme's message template is applied, but when unmasquerading, it's the AJAX one (for any reason).
We can do the same as Olivero did there : https://www.drupal.org/project/olivero/issues/3165452 (I even took the same title)
Comments