Fixed cache tags not getting set on toolbar.
Closes #3425499
Merge request reports
Activity
added 9 commits
-
997b190e...088b13fa - 8 commits from branch
project:4.x
- b379da9b - Merge branch environment_indicator:4.x into 3425499-cache-tags-missing
-
997b190e...088b13fa - 8 commits from branch
184 181 ], 185 182 ]; 186 183 184 // Add cache tags to the toolbar item while preserving context. 185 $items['environment_indicator']['#cache'] += [ 186 'tags' => Cache::mergeTags([ 187 'config:environment_indicator.settings', 188 'config:environment_indicator.indicator' 189 ], $this->getCacheTags()), 190 ]; 191 changed this line in version 6 of the diff
added 1 commit
- b76d4490 - Update how we update the cache tags array to account for whether there are existing cache tags.
added 1 commit
- cf2b1aa6 - Change back to simpler form of merging cache tags.
added 15 commits
-
cf2b1aa6...69d13a86 - 7 commits from branch
project:4.x
- 45dbb868 - Fixed cache tags not getting set on toolbar.
- 64b30dc4 - Add additional config
- cf9dea34 - Apply 1 suggestion(s) to 1 file(s)
- d6f3d163 - Clarify comment.
- d965612a - Update how we update the cache tags array to account for whether there are existing cache tags.
- cf02dbe8 - Update code style so it is easier to read.
- f4169c81 - Using chx's suggestion from...
- b48cdec0 - Change back to simpler form of merging cache tags.
Toggle commit list-
cf2b1aa6...69d13a86 - 7 commits from branch
Please register or sign in to reply