Bug #23060
closed"View Item" does not resolve real MM Relations
0%
Description
The overview "View Item" displays (Listview -> Display Information Icon) does not resolve real MM Relations correctly. It always shows the first entry of the related database no matter what.
This seems to be a bug in all Versions (tried 4.3 and 4.4)
(issue imported from #M14949)
Files
Updated by Caspar Stuebs over 14 years ago
This seems to be related to http://bugs.typo3.org/view.php?id=14831
within show_item.php it is necessary to pass the record uid.
see patch in bug 14831
I have not testet MM-Relations yet ...
Updated by Caspar Stuebs over 14 years ago
I have checked this problem for 4.4.0.
Within the show_item.php the uid has to be passed and in t3lib_BEfunc::getProcessedValue() there has to be a check, if the uid is passed.
see patch
Updated by Francois Suter about 14 years ago
Updated patches for 4.3, 4.4 and 4.5. For 4.3 the initial patch did not apply cleanly. The 4.5 patch (backported to 4.4) contains additional CGL cleanup.
Updated by Francois Suter about 14 years ago
Committed to:
- 4.3 in revision 8640
- 4.4 in revision 8641
- trunk in revision 8642