Project

General

Profile

Actions

Bug #22395

closed

Main module does not load different navFrames in submodules in dependency of navFrameScriptParam

Added by Marc Bastian Heinrichs about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-04-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

DAM module file has the configuration $MCONF['navFrameScriptParam']='&folderOnly=1' , but the list module not.
If you switch between these modules, the nav frame isn't reloaded.

related to #20773
(issue imported from #M14026)


Files

14026.diff (1.58 KB) 14026.diff Administrator Admin, 2010-04-27 09:57

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #20773: Main module does not load different navFrames in submodules.ClosedChristian Kuhn2009-07-20

Actions
Related to TYPO3 Core - Bug #22517: Duplicate submodule URL in JavaScriptClosedDmitry Dulepov2010-04-26

Actions
Actions #1

Updated by Dmitry Dulepov almost 14 years ago

Generic solution is not possible. There are two use cases here:
1. Navigation frame must be reloaded (DAM case, #8695)
2. Navigation frame must not be reloaded (all standard Web & File modules)

If the navigation is reloaded in standard modules, the tree will lose its selection + it will be unnecessary extra requests + slower than it is now. Thus every module should indicate if it needs to reload navigation frame. Currently it is possible by specifying 'navFrameScript' in $MCONF. See also #14207.

Actions #2

Updated by Dmitry Dulepov almost 14 years ago

In addition to my previous note: navFrameScriptParam is not currently passed to module list generation script in the core. Probably this is a cause of this bug. I'll see how we can change it. Currently the solution is to include parameters to navFrameScript and make navFrameScript unique if you want to reload the tree.

Actions #3

Updated by Dmitry Dulepov almost 14 years ago

revisions 7449, 7448, 7447

Actions

Also available in: Atom PDF