Project

General

Profile

Actions

Feature #56295

closed

Make sys_categories manually sortable

Added by Jan Kornblum about 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Category:
Categorization API
Target version:
Start date:
2014-02-26
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:

Description

Categories should be manually sortable using TYPO3's built-in sorting feature:

TCA:
$TCA['sys_category']['ctrl']['sortby'] = 'sorting';

SQL:
CREATE TABLE sys_category (
sorting int(10) unsigned DEFAULT '0' NOT NULL,
);

As the above doesn't seem to be enough to render the category tree in backend forms ordered by the sorting column, \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable might also be modified?

Without having this feature, the usage of sys_categories in own extensions might pollute the sys_categories table / the tca, as each developer could intend to overwrite the tca and ext_tables in the own extension.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #51590: add sorting column to sys_categoryClosedPeter Niederlag2013-08-30

Actions
Actions #1

Updated by Francois Suter over 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Francois Suter

This is the case in 6.2. It was changed from 6.1. Can you check again please?

Actions #2

Updated by Wouter Wolters over 9 years ago

  • Status changed from Needs Feedback to Closed

This has been changed in 6.2. Closed.

Actions #3

Updated by Christian Kuhn 20 days ago

Actions

Also available in: Atom PDF