Project

General

Profile

Actions

Feature #17234

closed

Evaluate label and label-alt in the title bar of child records.

Added by David Steele about 17 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-04-24
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

I have a user table and a membership history table. There is a normalised 1:n relation from the user table (parent) to the membership history table (child), using 'type => 'inline'.
Each record in the membership history table has two fields (plus the usual TYPO3 ones): the membership type and a date. I want to put the membership type and the date into the title bar of each child record which is visible when I edit the parent record. I've used the membership type field for the 'label' and the date for the 'label-alt' in the 'ctrl' part of the $TCA for the membership history table.
The date appears as a Unix-time number (which is how TYPO3 stores it) in the title bar and isn't evaluated as a date. But if I expand the child record I can see the date field inside has been evalutated.
Similarly, I've stored the membership types in another table, and this is available to the membership history records as a database relation to a custom table, accessed through a selectorbox. This is evaluated to the membership type inside the child record, but when this field is used as the label in the title bar, all that appears is the uid of the relevant record in the custom table.

(issue imported from #M5483)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)ClosedIngmar Schlecht2007-05-25

Actions
Has duplicate TYPO3 Core - Feature #17398: Label of inline relational recordClosedOliver Hader2007-06-19

Actions
Actions

Also available in: Atom PDF