Bug #19768
closedsysext fe_edit: config.admPanel without effect
0%
Description
After moving frontend editing to a separate sysext (see #19491), the template TS property config.admPanel (respectively config.[pageObj].admPanel) has no effect any longer, which is a regression in functionality in current 4.3 alpha1 (e.g. you can't switch the Admin Panel off for certain branches only).
Attached patch solves the problem.
Quoting [1]: "Notice the fact that the visibility of the admin panel is ultimately depending on being configured in your TypoScript template for the website! This is easily done by inserting this string in the TypoScript Template:
config.admPanel = 1
or if you use frames, this is probably better:
page.config.admPanel = 1"
[1] http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.2.0/view/1/2/
(issue imported from #M10064)
Files
Updated by Jeff Segars almost 16 years ago
Committed v2 patch to trunk in r4721. Thanks Ralf!