[Typo3-dev] TCA problem.

Christian Trabold trabold at mehrwert.de
Wed Apr 28 12:27:31 CEST 2004


Hi Kasper!
Hi Stig!

> This seems more like a feature request than a bug. What I read from you
> is that the label field used for displaying the title of the relations
> comes out as UIDs instead of looking up the title in yet another record.
> Fine with me, i will save your mail till I get to this.
> 

For me it seems like the number is not the uid of the related item than 
rather the count on the related items. The true relation is stored in 
the mm-tables.


Example:

tt_address
  uid	name	gender
  102	John D.	1
  103	Susi D.	1

---

tt_address_gender
  uid	description
  1	Mr
  2	Mrs

---

tt_addres_gender_mm
  uid_l	uid_f
  102	1
  103	2


Now, if you list the address items in LIST-MODE and activate the field 
'gender' you'll see 'N/A' as gender - which is quite astounding.

How can TYPO3 translate the mm-relations in the BE-columns? Is there 
also a IProcFunc-Method for that?


Best regards,

Christian




More information about the TYPO3-dev mailing list