Project

General

Profile

Actions

Bug #87257

closed

Cached seo_title value not invalidated when saving empty value

Added by Jarvis H almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
SEO
Target version:
-
Start date:
2018-12-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.

Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

Updated by Guido Schmechel almost 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF