Actions
Feature #17956
closedfields of detail table should be used instead of label of mm table
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-12-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
I want to use a mm relation between a product and a detail table with a mm in between. So this forces that a label field must be available inside of the mm table. However I want to skipt the label field on the mm table and have some fields of the detail table be displayed instead of the label which is 'Kein Titel' at the moment.
'config' => Array (
'type' => 'inline',
'appearance' => Array ('collapseAll' => TRUE, 'newRecordLinkAddTitle' => TRUE, 'useCombination' => TRUE),
'foreign_table' => 'tx_my_product_mm_detail',
'foreign_field' => 'product_uid',
'foreign_sortby' => 'productsort',
'foreign_label' => 'text',
'foreign_selector' => 'detail_uid',
'maxitems' => 10
),
(issue imported from #M7058)
Actions