CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #37902

Records are deleted from queue when 'fe_group' content changes

Added by Arjen Hoekema 12 months ago. Updated 9 months ago.

Status:New Start date:2012-06-11
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:Garbage Collection
Target version:-
TYPO3 Version: Has patch:
PHP Version: Tags:
Votes: 0

Description

When a record with a fe_group field ($TCA['ctrl']['enablecolumns']['fe_group']) is edited and groups are changed, the record (document) is removed from the index and the record is also removed from the indexing queue by the garbage collector (due to a check in 'hasFrontendGroupsRemoved').
IMO a change in the fe_groups should mean the following:
- Delete the document from the index
- Do not delete the record from the queue, it just needs re-indexing with new groups assigned

History

Updated by Arjen Hoekema 12 months ago

Note: this only occurs when groups are removed that where previously assigned to the record

Updated by Ingo Renner 11 months ago

  • Assignee set to Ingo Renner

Updated by Ingo Renner 11 months ago

  • Assignee deleted (Ingo Renner)

Updated by Michel Tremblay 9 months ago

Got this problem too. I have to remove the "hasFrontendGroupsRemoved" check in the garbage collector.

Also available in: Atom PDF