Project

General

Profile

Actions

Bug #22170

closed

sysext:version needs doNotLoadInFE => 0

Added by Georg Ringer about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

13636-version-donotloadfe.patch (419 Bytes) 13636-version-donotloadfe.patch Administrator Admin, 2010-02-23 19:00

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22553: t3lib_extMgm should provide API to determine whether ext is installed or notClosed2010-04-30

Actions
Actions #1

Updated by Christian Kuhn almost 14 years ago

Committed to:
- trunk rev. 7715
- 4.3 rev. 7717

Actions

Also available in: Atom PDF