Bug #37902
Records are deleted from queue when 'fe_group' content changes
| 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.