content management system - TYPO3 v4.6 about IRRE (sorting) -
we must update field data sorting sorting
.
i set $tca['tx_table2']['ctrl']['sortby'] = 'sorting';
and set:
$tca['tx_table1']['columns']['uid_records'] = array( ............ 'config' => array( 'type' => 'inline', 'languagemode' => 'inherit', 'foreign_table' => 'tx_table2', 'foreign_sortby' => 'sorting', 'size' => 1, 'minitems' => 0, 'maxitems' => 100, ) );
but when moving recording position, data field sorting
not updated. values recorded when creating new record.
what problem?
Comments
Post a Comment