Actions
Bug #23513
closedIRRE: Foreign selector with groupdb won't add new items
Start date:
2010-09-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When configuring a field like this:
'type' => 'inline',
'maxitems' => '1',
'foreign_table' => 'tx_traveldb_domain_model_arrival_port',
'foreign_selector' => 'location_code',
and the foreign selector field like this
'type' => 'group',
'internal_type' => 'db',
'size' => '1',
'maxitems' => '1',
'allowed' => 'static_unlocode',
'prepend_tname ' => '0',
and clicking on a database entry in browser.php you will get a javascript error like this
this.getNumberOfRTE is not a function
and nothing else happens.
(issue imported from #M15657)
Files
Actions