Project

General

Profile

Actions

Bug #59656

closed

List mode doesn't show relation number, but tries to get record title from related table

Added by Viktor Livakivskyi almost 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-06-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi,

This issue is a regression, caused by fix of http://forge.typo3.org/issues/52133
Whenever an editor has detailed view of a table in "List" mode and selects columns, that are of type "inline" in TCA, he expects to see number of relations, like it was always before (or, at best - titles of each relation, but this was never implemented), but after fix of #52113 he sees title of record from related table.
The probelm is in fact, that "inline" fields store number of relations (e.g. 6), and that fix fetches record from related table by uid (which will be 6). As result, editor sees either [6!] or title of record with uid=6 instead of number of relations.

I'm not sure, if it is really regression or it is a bug of BackendUtility::getProcessedValue(), but it exists.

TYPO3 6.1.7 and below work correctly, 6.1.8 and above - have this bug.
Not sure about TYPO3 CMS 6.2 though...


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #52133: Display title of related record when using fields of type:inline as TCA labelClosed2013-09-19

Actions
Related to TYPO3 Core - Bug #22970: t3lib_BEfunc::getProcessedValue() did not handle TCA type inlineRejected2010-06-23

Actions
Actions

Also available in: Atom PDF