Actions
Bug #22170
closedsysext:version needs doNotLoadInFE => 0
Start date:
2010-02-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the versioning sysext is needed in the Frontend too, e.g. in tt_news to create a preview of records of a workspace.
How to test:
1) Install the extension "version"
2) use a dummy plugin or create one and write the lines
----------
if (t3lib_extMgm::isLoaded('version')) {
echo 'found';
} else {
echo 'not found';
}
----------
3) apply patch
4) reinstall the extension& delete cache
5) test in FE again
(issue imported from #M13636)
Files
Updated by Christian Kuhn over 14 years ago
Committed to:
- trunk rev. 7715
- 4.3 rev. 7717
Actions