Actions
Bug #33403
closedEnsure, that Extbase Modules use the new Pagetree
Start date:
2012-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi, i'm unsure, wether this is an Extbase problem or a core problem:
Tx_Extbase_Utility_Extension::registerModule( $_EXTKEY, 'web', //Mainmodule 'tx_sitemgr_mod1', //Name '', //Position array( //Controller 'SiteManager' => 'index' ), array( //additional config 'access' => 'user,group', 'icon' => 'EXT:sitemgr/Resources/Public/Images/Backend/mod1/moduleicon.gif', 'labels' => 'LLL:EXT:sitemgr/Resources/Private/Language/locallang_mod1.xml', ) );
Using the above code creates a BE Module in the web section, but this module still uses the old pagetree in TYPO3 4.5.
The old style addModule Modules are using the new pagetree :(, so the behaviour is not very consistent...
t3lib_extMgm::addModule('web','txtemplavoilaM1','top',t3lib_extMgm::extPath($_EXTKEY).'mod1/');
Files
Updated by Ernesto Baschny almost 13 years ago
- Target version changed from 4.5.11 to 4.5.12
Updated by Fabien Udriot over 12 years ago
What is the fix actually? It shouldn't be that complicated. Greater TYPO3 version hasn't the problem.
Updated by Fabien Udriot over 12 years ago
- File 33403.diff 33403.diff added
Actually, the patch belongs to Extbase and should have been applied to 4.5 branch. I have applied it and tested successfully.
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed
- Is Regression set to No
closed as per request of the reporter
Actions