Project

General

Profile

Actions

Bug #73499

closed

TCA-Config for Type Group, internal Type File

Added by Christian Gerdes about 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-02-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Riccardo De Contardi almost 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!

Actions

Also available in: Atom PDF