Project

General

Profile

Actions

Bug #49091

closed

Links to record history details in sysext belog does not work

Added by Alexander Grein almost 11 years ago. Updated over 5 years ago.

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/".


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #43369: Show history in Module Info defectClosed2012-11-28

Actions
Actions

Also available in: Atom PDF