Hallo Johannes,

Johannes C. Laxander wrote:

> Nun habe ich in
> Configuration/TCA/Overrides/tx_jobfair_domain_model_job.php diese
> Deefinition geändert / überschrieben mit:
> 
> $GLOBALS['TCA']['tx_jobfair_domain_model_job']['ctrl'] = array(
>  'title' => 'Meine Tabelle',
> 'label' => 'zip',
> 'label_alt' => 'location,job_title',
> 'label_alt_force' => 1,
> 'sortby' => 'zip,job_title',
> 'searchFields' =>
> 'job_title,location,short_job_description,job_type,region,contact,zip',
> );

du hast das Feld 'sortby' fehlinterpretiert:

https://docs.typo3.org/typo3cms/TCAReference/Reference/Ctrl/Index.html#sortby

Zitat: "The field should not be editable by the user since the TCE will 
manage the content automatically in order to manage the order of records."

Für deine Zwecke ist das Feld 'default_sortby' gedacht.

hth
Gruß,
Gregor
-- 
http://www.a-mazing.de/   |   Certified TYPO3 Integrator

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an