Problem/Motivation
Sometimes a message is so important the user shouldn't be able to remove it.
Steps to reproduce
Proposed resolution
Add config option to disable close button.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | message_banner-3561379.patch | 680 bytes | efpapado |
Issue fork message_banner-3561379
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
imclean commentedThe MR seems to include a previous commit unrelated to this feature request.
Comment #4
sophie.skComment #5
sophie.skResolved in 3.0.x.
Comment #9
efpapado commentedThe feature does not work on 3.0.0. The necessary parts from hook_theme and hook_page_attachments are missing. Uploading a patch here, because gitlab seems to have some issues now. I'll create a MR when it's back in order.
Comment #11
sophie.skThanks for the fix @efpapado - I did make both of these changes when I added this feature, but clearly missed them when committing!
merging the PR and I'll roll a new version. Thank you :)