Actions
Bug #17276
closedForeign_selector +foreign_unique on click issue
Start date:
2007-05-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Setting foreign_selector and foreign_unique to same field makes it impossible to select a certain item from the selector via onClick. The first item of the selector gets added regardless of which was actually clicked.
This issue can be reproduced using the IRRE tutorial extension and
setting:
TCEFORM.tx_irretutorial_mnasym_hotel.offers.config {
foreign_selector = offerid
foreign_unique = offerid
size = 5
}
At the "m:n asymmetric selector" - page
(issue imported from #M5564)
Files
Actions