Bug #87257
closedCached seo_title value not invalidated when saving empty value
100%
Description
How to reproduce:¶
In Typo3 9.5.3:
- Edit a page and add a value to the seo_title field (this works as it should)
- Now remove the value again, save and reload the page in the frontend, the cached value is still there.
Even deleting the cache for the page does not change the output. All frontend caches have to be deleted for the cached value to be removed.
Suspected cause:¶
The seo title is cached in the cf_cache_pages_tags table with the tag 'pageTitle_[ID]'. As far as I can tell, there exists no function to remove caches with this tag when saving a page.
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59265
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59265
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59334
Updated by Guido Schmechel almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bf4f51043e014331490e9945320e925ae5d48dda.