Actions
Bug #21701
closedshow_item.php does not provide correct mm-relation info
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
Actions