Bug #49091
closedLinks to record history details in sysext belog does not work
100%
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/".
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21480
Updated by Georg Ringer over 11 years ago
to test:
the link is not only rendered in the belog module but in ifno modul > section "log"!
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21480
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21480
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21487
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21488
Updated by Georg Ringer over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c6667ec2694b9f4515c807efb27975434b3d9e7b.