Bug #17058
closedforeign_unique without foreign_selector doesn't work
0%
Description
If in TCA on the parent side a field of type "inline" is defined to be unique ("foreign_unique") and no selector is used ("foreign_selector") this will produce a JavaScript error.
The reason is a wrong value delivered by JSON concerning uniqueness/selector.
Use the IRRE Testsuite from http://inpublica.de/typo3/T3X_irre_testsuite.t3x, create new company and person records of type "[IRRE Foreign Field Attributes] ..." and then try to relate companies to persons by using the select field of the child records.
This issue was reported by Thomas Murphy on the irre-list, see http://lists.typo3.org/pipermail/typo3-project-irre/2007-February/000020.html
(issue imported from #M5098)
Files
Updated by Oliver Hader over 17 years ago
The attached patch file 0005098.patch should fix this bug.