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 #1

Updated by Georg Ringer almost 11 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Georg Ringer almost 11 years ago

to test:

the link is not only rendered in the belog module but in ifno modul > section "log"!

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Georg Ringer almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF