Bug #21701
closedshow_item.php does not provide correct mm-relation info
0%
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
Updated by 4eyes GmbH almost 15 years ago
Tested it on 4.2.9 and 4.3.0RC2. Can anybody confirm the solution?
Updated by Chris topher over 14 years ago
Hi guys,
to get this fixed, please send your patch to the Core list.
Check out http://typo3.org/teams/core/core-mailinglist-rules/
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.3
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.