[TYPO3-dev] Update active status in typo3-module-menu (Backend)
    Michael Schams 
    typo3.lists at 2014.trash.schams.net
       
    Mon Jul 21 16:14:07 CEST 2014
    
    
  
On 21/07/14 19:09, Christian Riedler wrote:
> Has anyone an idea how to solve this problem?
> I am using the Typo3 CMS 6.2.3 by the way.
I don't think this is possible. The menu items in the left column in the 
TYPO3 backend only change, when a user clicks on them.
When you change from one sub-module to another and bypass the "click", 
the previous item is still shown as active - even for core functions. 
For example:
BE admin user with username "admin" and password "password". You see a 
fatal error in SYSTEM -> Reports -> section "Security".
(quote) "The default backend user "admin" with password "password" is 
still present. [Edit this account], either deleting it completely or 
changing the username and password."
Where "Edit this account" links to the sysext "beusers" (SYSTEM -> 
Backend users". If you follow the link, you can edit the BE user account 
(module "Backend users"), but the menu LHS still highlights the 
"Reports" module. So, I assume, this is the default behaviour of TYPO3 CMS.
You could combine your two modules into one controller (and one 
sub-module) and let the user select the action by choosing an item from 
the dropdown box in the header. But I assume, this is not what you 
intend do have at the end?
Cheers
Michael
    
    
More information about the TYPO3-dev
mailing list