Project

General

Profile

Actions

Bug #21701

closed

show_item.php does not provide correct mm-relation info

Added by 4eyes GmbH over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-26
Due date:
% Done:

0%

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

Description

If you have a mm relation (e.g. tt_news <-> tt_news_cat) the information in the show_item.php does not provide the correct information.

The related record shown has the same uid as the tt_news' number of relations to tt_news_cat.

typo3/show_item.php:

Replace line 289 (4.3RC2)

<td class="bgColor4">'.htmlspecialchars(t3lib_BEfunc::getProcessedValue($this->table,$name,$this->row[$name])).'</td>

with

<td class="bgColor4">'.htmlspecialchars(t3lib_BEfunc::getProcessedValue($this->table,$name,$this->row[$name],0,0,0,$this->row['uid'])).'</td>

(issue imported from #M12780)


Files

class.ux_sc_show_item.php (2.37 KB) class.ux_sc_show_item.php Administrator Admin, 2009-11-26 17:00
Actions

Also available in: Atom PDF