Attention
This extension has been marked as obsolete. With TYPO3 v12.0 this feature was added to the admin panel directly. So there is no need for a v12 compatible version of this extension: Feature: #97326 - Open backend page from admin panel.
Configuration
Target group: Integrators
In order for non-admin users to be able to see the Edit page in backend button in the Admin Panel, this functionality must be enabled in the corresponding UserTS:
admPanel {
enable {
ext-gotobackend = 1
}
}
Copied!