Project

General

Profile

Actions

Bug #80597

closed

Minitems in makeCategorizable function has no effects in backend.

Added by Willi Martens about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-03-31
Due date:
% Done:

0%

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

Description

Setting the minitems flag has no effects in backend.

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable(
    $extKey,
    'tx_ppwmproductpatterns_domain_model_product',
    'categories',
    [
        'fieldConfiguration' => [
            'renderType' => 'selectCheckBox',
            'size' => 1,
            'multiple' => 0,
            'foreign_table_where' => ' AND sys_category.parent=1',
            'maxitems' => 1,
            'minitems' => 1,
        ],
    ]
);

Files

TCA-categories-configuration.png (25.7 KB) TCA-categories-configuration.png Screenshot of TCA configuration Willi Martens, 2017-03-31 11:21
Actions #1

Updated by Willi Martens about 7 years ago

Was a cache problem. Can be closed.

Actions #2

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from New to Closed

Sorry for the late answer, thank you for your quick update.

Actions

Also available in: Atom PDF