Closed (fixed)
Project:
Read only mode
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2018 at 03:53 UTC
Updated:
6 Dec 2025 at 21:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
acbramley commentedQuick fix to the current markup.
Comment #3
acbramley commentedReroll against latest dev
Comment #4
singularoUpdate patch to work with latest release.
Comment #5
ambient.impactIs there any reason this isn't using the core messenger service to display this message, or at least a render array of
'#type' => 'status_messages'? The current implementation doesn't allow themes to use their own message templates or preprocess functions, and libraries don't get attached.Comment #7
ambient.impactCreated a quick merge request to use '#theme' => 'status_messages' for the message, which should fix all our problems.
Comment #8
altcom_neil commentedComment #11
astonvictor commentedFixed some minor issues in the MR and pulled new changes.
While testing found that we use a 'string' schema for messages. I guess it should be changed to the 'label' type to allow users to translate messages in the config. I think it should be added in a separate task.
Comment #14
sharique commented