Bug #23406
closedLocalization link in List module broken
0%
Description
The localization links in List mode point to http://some.host.tld/tce_db.php
They should be relative to typo3 directory.
in class.db_list_extra.inc:
$href = $this->backPath . $GLOBALS['TBE_TEMPLATE']->issueCommand(
backPath seems to be empty here.
(issue imported from #M15502)
Files
Updated by Steffen Gebert over 14 years ago
Hi Björn,
thanks for your patch.
I think it would be better to initialize backPath correctly. Can you have a look, what's done with it in this class?
Steffen
Updated by Björn Pedersen over 14 years ago
The error was a superfluos backpath here. v2 just removes this.
Updated by Steffen Gebert over 14 years ago
Okay, perfect Step 1.
Can you check, which versions are affected (4.3, too?)
Step2 would be to send this patch to the core team list.
You have to send an RFC, according to http://typo3.org/teams/core/core-mailinglist-rules/ (or in german: http://typo3blogger.de/ab-in-den-core/).
After positive review, it's going to be committed to the sources.
Updated by Björn Pedersen about 14 years ago
attached v4 solves the problem with the wrong redirectUrl parameter