Motivation
Drupal message are not sent when dynamic page cache is active.
Issue fork lupus_ce_renderer-3526052
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
fagoThis one was a bit tricky to fix. For it to work I had to move it to dynamic content and make dynamic content to be fetched later. This seems all fine, but is a rather-big change, thus I'd rather tag it in 2.5.0 and create change notice to communicate.
However, the only thing it could influence is local-task generation, for which I added a test-case, so this is proven to still work.
Comment #4
fagodraft change notice: https://www.drupal.org/node/3526109
Comment #5
useernamee commentedComment #6
fagothank you for the review! Merged and published change record.