Actions
Bug #20124
closedAdmin panel is not available anymore when extension fe_edit is not installed
Start date:
2009-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the extension fe_edit (extracted functionality of frontend to separate system extension) is not installed the admin panel (config.admPanel=1) is not displayed anymore.
The admin panel should work without frontend editing since the admin panel is not only about content editing - but more about general information of the current page rendering.
(issue imported from #M10597)
Files
Updated by Oliver Hader over 15 years ago
- moved typo3/sysext/fe_edit/view/class.tx_feedit_adminpanel.php to t3lib/class.t3lib_adminpanel.php
- moved admin panel methods from t3lib_frontendedit to t3lib_AdminPanel
- adjusted calls to the accordant functionalities
Updated by Oliver Hader over 15 years ago
How to test this patch:
1) svn mv typo3/sysext/fe_edit/view/class.tx_feedit_adminpanel.php t3lib/class.t3lib_adminpanel.php
2) apply the patch
Actions