[TYPO3-core] RFC Bug #10597: Admin panel is not available anymore when extension fe_edit is not installed

Jeff Segars jsegars at alumni.rice.edu
Wed Jun 3 20:22:43 CEST 2009


Oliver Hader wrote:
> This is an SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=10597
> 
> Branch: Trunk
> 
> Problem:
> 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.
> 
> Solution:
> Move the adminpanel from the system extension "fe_edit" to
> t3lib/class.t3lib_adminpanel.php. Furthermore move parts of the frontend
> editing to the new class since actually that is the correct place.
> 
> *Notes*:
> How to use the patch
> 1) svn mv typo3/sysext/fe_edit/view/class.tx_feedit_adminpanel.php
> t3lib/class.t3lib_adminpanel.php
> 2) apply the attached patch
> 
> olly
> 

...and one more no-brainer followup.  In the edit panels for fe_edit, 
we're still using the old view class for the admin panel rather than the 
extracted tslib_AdminPanel.

Committed to trunk in r5541 after testing from Steffen Ritter.

Thanks,
Jeff


More information about the TYPO3-team-core mailing list