Problem/Motivation
Inline links are cached and render incorrect link
Proposed resolution
Add this code to flag_entity_view_alter
// Enable placeholder on entity links to avoid them being cached with the
// entity view mode.
if (isset($build['links']['#lazy_builder'])) {
$build['links']['#create_placeholder'] = TRUE;
}
Issue fork flag-3517526
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 #4
ivnish