[TYPO3-seminars] Timeslots: title not editable

Marc Wöhlken woehlken at quadracom.de
Wed Feb 22 21:35:22 CET 2012


Hi,
using seminars version 0.93 I discovered that there is a database field
title for timeslots. To my astonishment this is not usable in BE as
there is no possibility to enbter a title.

Looking at tca.php I stumbled over the following lines:

-----
$TCA['tx_seminars_timeslots'] = array(
	'ctrl' => $TCA['tx_seminars_timeslots']['ctrl'],
	'interface' => array(
		'showRecordFieldList' => 'begin_date, end_date, entry_date, speakers,
place, room'
	),
	'columns' => array(
		'seminar' => array(
...
		),
		'title' => array(
			'exclude' => 0,
			'label' =>
'LLL:EXT:seminars/locallang_db.xml:tx_seminars_timeslots.title',
			'config' => array(
				'type' => 'input',
				'size' => '30',
				'eval' => 'trim',
			),
		),
...
	'types' => array(
		'0' => array('showitem' => 'begin_date, end_date, entry_date,
speakers, place, room'),
	),
);
-----

Looks like the title field is well defined in TCA but simply not shown
in BE as it is missing in the "types/showRecordFieldList" definition.

Adding title to "types/showRecordFieldList" will make the title field
appear in BE but when you enter some title it won't be saved to database.

Is this a (well known?) bug or some type of misconfiguration or
compatibility problem on my side.

Using seminars 0.9.3 and TYPO3 4.5.10

Hoping to get some info
	Marc

-- 
...........................................................
Marc Wöhlken                     TYPO3 certified integrator

Quadracom - Proffe & Wöhlken

Rembertistraße 32              WWW: http://www.quadracom.de
D-28203 Bremen                E-Mail: woehlken at quadracom.de
______________             PGP-Key: http://pgp.quadracom.de


More information about the TYPO3-project-seminars mailing list