Project

General

Profile

Actions

Bug #89097

open

Sys_category - field "items" on database gets updated only when reordering the "items"

Added by Riccardo De Contardi over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Categorization API
Target version:
-
Start date:
2019-09-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This issue is filled with my findings in investigating the issue #73644

When you add a category to some items

  • if you edit the category and look at the tab "items" you will find all the items with that category
  • if you look at the database, table sys_category > column "items" you would expect to see here the same number of items, but it does not always happen; this is why I tried to discover what happens with some tests.

Preliminary stuff:

create new category ZZZZ

Test 1

1) Create or open an existing page and assign category ZZZZ
1.1) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "0"

Test 2

2) Create or open an existing content element and assign category ZZZZ
2.1) Create or open an existing content element and assign category ZZZZ
2.2) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "0"

Test 3

3) Edit category ZZZZ > tab Items > remove the "page" item
3.1) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "2"

Test 4

4) Open an existing file in file module and assign category ZZZZ
4.1) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "2"

Test 5

5) Edit category ZZZZ > tab Items > remove the "CE" items
5.1) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "1"

Test 6

6) Create or open an existing page and assign category ZZZZ
6.1) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "1"

From here, things are getting weird:

Test 7

7) Edit category ZZZZ > tab Items > remove the "sys_file_metadata" item
7.1) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "1" (!) I would have expected "0" as the test 1.1!!
Adding another page, or adding a CE, it still reads "1"

Test 8

8) Remove every item from the category
8.1) Create or open an existing content element and assign category ZZZZ
8.2) Create or open an existing content element and assign category ZZZZ
8.3) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "0" (!) I would have expected "2" as the test 3.1!!

Test 9

9) Create or open an existing page and assign category ZZZZ
9.1) Edit category ZZZZ > tab Items > remove the "CE" items
9.2) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "1" (!)

Test 10

10) Open an existing file in file module and assign category ZZZZ
10.1) Open an existing file in file module and assign category ZZZZ
10.2) Create or open an existing content element and assign category ZZZZ
10.3) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "0" (!)

Test 11

11) Create or open an existing page and assign category ZZZZ
11.1) Edit category ZZZZ > tab Items > remove the "CE" item
11.2) Open the database > Table sys_category > look for the ZZZZ record > the items column reads "3" (!) (exact number of the items including page!)

What I have learned so far

The behavior seems really weird and inconsistent, but from my tests it seems that

  • when you enter one or more elements of the same type, the items column in the DB is not updated and reads "0"
  • adding an element of a different type will not update it
  • when you delete one element, it seems that the order of the elements is altered and this somehow triggers the update of the field
  • this behavior seems confirmed if you manually order the items in the category ZZZZ > tab items
  • as far as I can see (not entirely sure) this still does not fix #73644

Related issues 2 (2 open0 closed)

Related to TYPO3 Core - Bug #73644: sys_category - problem in list view with 'set fields' parent and item New2016-02-24

Actions
Related to TYPO3 Core - Bug #89474: Categories: Database not updated if a item is assignedNew2019-10-22

Actions
Actions #1

Updated by Riccardo De Contardi over 4 years ago

  • Related to Bug #73644: sys_category - problem in list view with 'set fields' parent and item added
Actions #2

Updated by Riccardo De Contardi over 4 years ago

  • Description updated (diff)
Actions #3

Updated by Christian Kuhn over 3 years ago

  • Related to Bug #89474: Categories: Database not updated if a item is assigned added
Actions

Also available in: Atom PDF