[TYPO3-core] RFC: Bug #7245: Javascript Error in new Backend

Steffen Kamper steffen at sk-typo3.de
Wed Jan 23 00:03:14 CET 2008


"Benjamin Mack" <mack at xnos.org> schrieb im Newsbeitrag 
news:mailman.1.1201042534.25956.typo3-team-core at lists.netfielders.de...
> Hey Steffen,
>
> obviously a no-brainer, but does this fix the problem that menu is not 
> refreshed in the new backend? or does it refresh the BE already when 
> installing a new ext?
> Otherwise I'd do a
>
> if (top.menu...) {
>  ... OLD BE MENU REFRESH
> } else {
>  ... REFRESH WHOLE NEW BACKEND
> }
>
> benni.

hi Benni,

i thought also, should be.
Problem: i did a
} else {
    window.location.reload();
}
then the whole backend is reloaded (and the menu) but the view is not the EM 
but starting screen from TYPO3.

So i found no obvious possibility to stay in EM after reloading.
The coolest solution would be to refresh the menu with ajax, but this isn't 
build in yet.

vg  Steffen






More information about the TYPO3-team-core mailing list