Bug #87649
closedSubgroup of a fe_group is lost if subgroup is hidden and parent saved again
100%
Description
Since like forever the TCA definition of the column subgroup
in fe_groups
contains 'foreign_table_where' => 'AND NOT(fe_groups.uid = ###THIS_UID###) AND fe_groups.hidden=0 ORDER BY fe_groups.title'
.
The filter fe_groups.hidden=0
filter poses a problem as it will lead to a lost connection to a hidden subgroup:
If fe_group
B
is a subgroup
of A
it is shown as a subgroup in A
. When you edit B
and hide it, reopen A
and just change another detail like description
and save it A
loses the subgroup B
.
Updated by Gerrit Code Review almost 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59640
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59647
Updated by Stephan Großberndt almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ef29823264a233bc0d5060f1f75c97b3e014b941.