Actions
Bug #22517
closedDuplicate submodule URL in JavaScript
Start date:
2010-04-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If module has a navScript URL and submodule have a navScript in conf.php, JavaScript ends up with something like: subModuleNavURL?subModuleNavURL. I.e. for dam it becomes: ext/dam/mod_main/tx_dam_navframe.php?ext/dam/mod_main/tx_dam_navframe.php
The problem is that getGotoModuleJavascript() appends submodule URL to itself. Looks like a trivial night coding error :)
(issue imported from #M14207)
Files
Updated by Michael Birchler over 14 years ago
This bug is related to 0008695 and 00014026.
Actions