Bug #22970
t3lib_BEfunc::getProcessedValue() did not handle TCA type inline
Status: | Rejected | Start date: | 2010-06-23 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | No | |
PHP Version: | 4.3 | Sprint Focus: | ||
Complexity: |
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)
Related issues
History
#1 Updated by Caspar Stuebs about 5 years ago
This seems to be related to http://bugs.typo3.org/view.php?id=14949
#2 Updated by Alexander Opitz almost 2 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.
#3 Updated by Caspar Stuebs almost 2 years ago
- File 22970_v45_t3lib_befunc_getProcessedValue.patch
added
- File 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
#4 Updated by Alexander Opitz almost 2 years ago
Ok thanks,
can you bring the patch against master into gerrit?
#5 Updated by Gerrit Code Review almost 2 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
#6 Updated by Caspar Stuebs about 1 year ago
#7 Updated by Caspar Stuebs about 1 year ago
#8 Updated by Wouter Wolters 7 months 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?
#9 Updated by Caspar Stuebs 6 months 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.
#10 Updated by Anja Leichsenring 4 months 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
#11 Updated by Gerrit Code Review 4 months 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
#12 Updated by Anja Leichsenring 17 days 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.