Actions
Bug #55753
closedpagetype is not respected in pagecache
Start date:
2014-02-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
When a pagecontent is cached the type is not respected, so it happens, that you get the wrong cacheentries when requesting a page 2 times.
Updated by Philipp Wrann almost 11 years ago
- % Done changed from 0 to 50
in TypoScriptFrontEndController, line 2326 (current master [179675e])
fix 'type' => (int)$this->typ, to 'type' => (int)$this->type,
Updated by Markus Klein almost 11 years ago
- Status changed from New to Accepted
- % Done changed from 50 to 0
Thanks a lot for finding this!
Patch comes along.
Updated by Markus Klein almost 11 years ago
- Is Regression changed from No to Yes
Regression to #54265
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted 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/27403
Updated by Markus Klein almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 65bbdfe3c4cff3f61064aaef169ccf628b08aad5.
Actions