Skip to content
Snippets Groups Projects
Commit 98665830 authored by Sébastien Delcroix's avatar Sébastien Delcroix Committed by Garvin Hicking
Browse files

[BUGFIX] Save collapse-state of scheduler tasks groups

In scheduler module, tasks can be gathered in groups. Each group,
including the one for unassigned tasks, displays them in a table that
can be collapsed.
Groups can also be reordered.

Groups collapsed states and order are saved in UC.

Prior to this patch, collapsed states were wrongly saved because the
saved key for each table was based on the index of the group, which can
change depending on the groups order.
Now the saved key is using the group id which stays unique, except for
the unassigned tasks group which is always the first one (equivalent to
group id "0").

Resolves: #101167
Releases: main, 12.4
Change-Id: I78a1524891b5857329266c8b67eac503a56e97aa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86270


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarThomas Hohn <tho@gyldendal.dk>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
parent e13d64b9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment