Bug #22970
closedt3lib_BEfunc::getProcessedValue() did not handle TCA type inline
0%
Description
Within the function t3lib_BEfunc::getProcessedValue() there is no case which handle the TCA type inline, so typo3/show_item.php don't show these informations.
Furthermore the delimiter for the db-entries (types select and group) are inconsistence, one time it is a semicolon, the other times it is a comma.
I have added the handling for inline tables to the case of 'select'.
I also changed all delimiter to semicolon.
within show_item.php it is necessary to pass the record uid.
(issue imported from #M14831)
Files
Updated by Caspar Stuebs over 14 years ago
This seems to be related to http://bugs.typo3.org/view.php?id=14949
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
As I understand the problem, this was fixed.
Updated by Caspar Stuebs about 11 years ago
- File 22970_v45_t3lib_befunc_getProcessedValue.patch 22970_v45_t3lib_befunc_getProcessedValue.patch added
- File 22970_v61_BackendUtility_getProcessedValue.patch 22970_v61_BackendUtility_getProcessedValue.patch added
Hi,
this Problem still exists in TYPO3 4.5 and 6.1
I have added new patches for both versions.
Greetings
Caspar
Updated by Alexander Opitz about 11 years ago
Ok thanks,
can you bring the patch against master into gerrit?
Updated by Gerrit Code Review about 11 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24930
Updated by Caspar Stuebs over 10 years ago
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Needs Feedback
Hi, in the meantime some patches are merged in this regard. Is this now fixed within TYPO3 CMS 7.0?
Updated by Caspar Stuebs almost 10 years ago
I do not know if it is fixed in 7.0, but it still has problems within 6.2. Every patch that was merged still solved a part of it and not the whole issue.
E.g. if I define a image field as element title, I still get the ids and not the titles of the fal elements.
Updated by Anja Leichsenring over 9 years ago
I just tested with master, and for image fields I get the title in the inline field title, but no ID. So it seems this is fixed now.
If it is still an issue, could you please give me examples how to reproduce? A test extension, or maybe occurences in Core would be nice.
Thanks
Updated by Gerrit Code Review over 9 years ago
- Status changed from Needs Feedback to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/24930
Updated by Anja Leichsenring over 9 years ago
- Status changed from Under Review to Rejected
open ever since, no feedback on request and I cannot reproduce. If you feel this is still an issue, just reopen the ticket.