Project

General

Profile

Actions

Bug #18782

closed

"real_uid" not added when using "overrideId"

Added by Mikkel Ricky almost 16 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-05-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

"real_uid" and "real_alias" are not added to menu item link when using "overrideId".

The culprit is "tslib_menu::menuTypoLink" where the following lines must be added

if (is_array($overrideArray)) {
foreach($overrideArray as $theKey => $theNewVal) {
$addParams.= '&real_'.$theKey.'='.rawurlencode($page[$theKey]);
$page[$theKey] = $theNewVal;
}
}
$conf = array(
'parameter' => $page['uid'],
);

(issue imported from #M8400)

Actions

Also available in: Atom PDF