Project

General

Profile

Actions

Bug #87649

closed

Subgroup of a fe_group is lost if subgroup is hidden and parent saved again

Added by Stephan Großberndt about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
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 #1

Updated by Gerrit Code Review about 5 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

Actions #2

Updated by Gerrit Code Review about 5 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

Actions #3

Updated by Stephan Großberndt about 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF