Problem/Motivation
When updating a term's URL alias the local tasks block's cache is not cleared which causes the local tasks to show the old URL alias.
This problem does not occur for nodes.
Steps to reproduce
- Create a new taxonomy term, set an URL alias ("/test").
- After saving, navigate back to the term's edit form, The "View"-tab is linking to the URL alias ("/test")
- Change the URL alias ("/test-update") and save the term.
- Navigate back to the term's edit form, The "View"-tab is still linking to the original URL alias ("/test") which shows a "Page not found"-page when clicked on.