Actions
Bug #16748
closedChanges in alternative page language does not clear cache
Start date:
2006-11-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions