[TYPO3-core] RFC Bug #10597: Admin panel is not available anymore when extension fe_edit is not installed
Oliver Hader
oliver at typo3.org
Tue Jun 2 22:12:15 CEST 2009
FYI: Committed a follow-up to SVN Trunk (rev. 5532)
Problem:
On editing a content element with an expanded admin panel all labels of
the admin panel are empty.
Solution:
Load the locallang file in the display method of the admin panel that
triggers the whole rendering.
olly
Oliver Hader schrieb:
> FYI: Committed to SVN Trunk (rev. 5477)
>
> http://forge.typo3.org/repositories/revision/typo3v4-core/5477
>
> olly
>
>
> Oliver Hader schrieb:
>> 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
--
Oliver Hader
TYPO3 Release Manager 4.3
More information about the TYPO3-team-core
mailing list