Bug #68909
closedFAL "Select & uplodad files" button not working for inline records
0%
Description
It seems that the "Select & upload files" function is not working for inline records => the TYPO3 element browser is not shown after clicking the link/button. If I create the record directly (not as an inline record) the file upload works perfectly. Here's the field configuration I'm using:
'image' => array( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig('image', array( 'maxitems' => 1, 'foreign_types' => array( \TYPO3\CMS\Core\Resource\File::FILETYPE_IMAGE => array( 'showitem' => ' --palette--;;filePalette ', ), ), ), $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']), ),
Best regards
emphis
Updated by Riccardo De Contardi almost 9 years ago
- Category set to File Abstraction Layer (FAL)
- Status changed from New to Needs Feedback
Philipp, can you tell us if the latest master still has this problem?
Updated by Jacob Dreesen almost 9 years ago
I had the same problem with 7.5-dev.
I just updated to 7.6.2 and it works for me now :)
Updated by Riccardo De Contardi over 8 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Thank you