Actions
Bug #87649
closedSubgroup of a fe_group is lost if subgroup is hidden and parent saved again
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2019-02-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
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
.
Actions