Bug #16748
closedChanges in alternative page language does not clear cache
0%
Description
If an alternative page language is added or edited, the page cache is not automatically cleared (as it is for normal pages). This results, e.g., in partly wrong and thus distrating menu entries. A manual clear cache is required each time to resolve the situation.
As far as I can see, the problem is that t3lib_TCEmain::clear_cache differentiates between the table 'pages' and all other tables. From my point of view, the tables 'pages' and 'pages_language_overlay' should be handled the same way here. An the other hand, I cannot oversee all consequences.
(issue imported from #M4575)
Files
Updated by Dmitry Dulepov over 17 years ago
It is cleared but only for current page. SHould be like for normal pages, of course.
Updated by Ingo Renner almost 17 years ago
Dmitry will you take care of this? I'm now removing it from the roadmap for 4.2 as there's no patch yet. Nevertheless it can go into 4.2 after the RFC process is passed before final releae.
Updated by Ingmar Schlecht over 16 years ago
Committed to TYPO3_4-1 and TYPO3_4-2