Problem/Motivation
When the checkbox value is changed the cache is not dropped for the pages which requires a new render for Anonymous user.
Steps to reproduce
1. Visit the user/login page as anonymous.
2. In another browser window as the admin change the checkbox setting.
3. Refresh the login page, and the tab will still be there.
Proposed resolution
At least the config tag must be added to the local tasks bar cache data.
Remaining tasks
Implement.
Test.
User interface changes
-
API changes
-
Data model changes
-
Issue fork noreqnewpass-3272048
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 #2
rudi teschner commentedCan confirm this issue, drush cr was neccessary to hide the link on previously visited page where the link was still shown after config change.
Comment #6
astonvictor commentedComment #7
astonvictor commented