Bug #73499
closedTCA-Config for Type Group, internal Type File
0%
Description
We have a TCA-Config for a file-upload with min-items set to 1, the save-process won't work.
We configured now:
'image' => array(
'exclude' => 1,
'config' => array(
'type' => 'group',
'internal_type' => 'file',
'uploadfolder' => 'uploads/tx_kwilvarchive',
'show_thumbs' => 1,
'size' => 1,
'minitems' => 0,
'maxitems' => 1,
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
'disallowed' => '',
),
),
With min-items set to 0, the process works. Our old config worked since end of december / early january.
Please fix this bug.
Kind regards
Christian Gerdes
Updated by Riccardo De Contardi over 6 years ago
- Status changed from New to Closed
I think it is safe to close this issue now; it should have been solved since version 7 with https://review.typo3.org/#/c/47337/
If I am wrong and this problem is still present on recent TYPO3 versions like 8.7.x or 9.4-dev please reopen it or ping me and I'll do.
Thank you!