Bug #17399
closedChild records with image fields are not shown in m:n disposal
0%
Description
If you use "anti-symmetric intermediate table" type of relations and in child records there is "group" type of select element and picture choosen there and preview for picture displayed (thumbnail) then it is not possible to add such child record via record selector (foreign_selector defined). If you click on title of such record in record selector then just happen nothing. Only records without image preview could be added as child records.
- m:n asymmetric relations
- pointer fields are both of type "select"
- uses combined mode
- DOESN'T use uniqueness
(issue imported from #M6007)
Files
Updated by Oliver Hader over 17 years ago
The AJAX call to the import action delivers:
Fatal error: Call to a member function wrapClickMenuOnIcon() on a non-object in /[...]/TYPO3_4-1/t3lib/class.t3lib_tceforms.php on line 3298
Updated by Oliver Hader over 17 years ago
The instance of template was missing in $GLOBALS['SOBE']->doc in the file alt_doc_ajax.php. The attached patch fixes this, please test it.
Vladimir: Could you please upload the test extension you sent me via e-mail to this bug issue so that others could also test the patch? Thanks in advance!
Updated by Vladimir Podkovanov over 17 years ago
Hi Oliver,
the patch works fine for me, thank you. Got on example, I will upload now.
Updated by Oliver Hader almost 17 years ago
- TYPO3_4-1 (rev. 2854)
- Trunk (rev. 2855)