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

Updated by 4eyes GmbH over 14 years ago

Tested it on 4.2.9 and 4.3.0RC2. Can anybody confirm the solution?

Actions #2

Updated by Alienor.net over 14 years ago

Works on 4.2.6

Actions #3

Updated by Chris topher almost 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/

Actions #4

Updated by Alexander Opitz almost 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)?

Actions #5

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF