Actions
Bug #17955
closednewRecordLinkAddTitle not understandable text
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2007-12-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
If I use newRecordLinkAddTitle with inline, then 'Neu anlegen Produkt zu Kennzeichnung' is displayed. This is however not understandable. It should be 'Neue Beziehung: Produkt zu Kennzeichnung'
'config' => Array (
'type' => 'inline',
'appearance' => Array ('collapseAll' => TRUE, 'newRecordLinkAddTitle' => TRUE, 'useCombination' => TRUE),
'foreign_table' => 'tx_myext_product_mm_additionals',
'foreign_field' => 'product_uid',
'foreign_sortby' => 'productsort',
'foreign_label' => 'idvalue',
'foreign_selector' => 'identifier_uid',
'maxitems' => 10
),
(issue imported from #M7057)
Actions