Project

General

Profile

Actions

Bug #62007

closed

Impossible to save a category with many opposite relations

Added by Dmitry Dulepov over 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Categorization API
Target version:
-
Start date:
2014-10-02
Due date:
% Done:

0%

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

Description

TCA definition for sys_category misses 'maxitems' => 9999 on the 'items' field. As a result, maximum allowed number of elements in this field is one (see http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Group/Index.html#maxitems). If you assign to content elements (or news, or whatever else) to a single category and go to that category, you will not be able to do anything with it because there will be an error mark in the "Items" field.

Solution: add 'maxitems' => 9999 in ./typo3/sysext/core/Configuration/TCA/sys_category.php near line 160.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #68247: group maxitems woesClosed2015-07-16

Actions
Actions

Also available in: Atom PDF