Actions
Bug #80597
closedMinitems in makeCategorizable function has no effects in backend.
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
Actions