Actions
Bug #49091
closedLinks to record history details in sysext belog does not work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-06-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The problem is a wrong path generation in the HistoryEntryViewHelper located in sysext/belog/Classes/ViewHelpers/
// line 62 $historyHref = 'show_rechis.php?sh_uid=' . $historyEntry->getUid() . '&returnUrl=' . rawurlencode(\TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv('REQUEST_URI'));
In the backend module this path is relative to the subdir "/typo3/sysext/info/mod1" which results in links like "/typo3/sysext/info/mod1/show_rechis.php?sh_uid=xxx".
But "show_rechis.php" is located in dir "typo3/".
Actions