You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some Labwhere locations are showing child count incorrectly.
The original bug is described in tis story Y24-225
As part of the research done on Y24-225, it appears that this is a known issue with the Ancestry gem where children_count is getting out of sync with the actual value.
This issue is raised in the Ancestry repository and the suggested solution is to use rebuild_counter_cache
This fix has already merged (as shown in the CHANGELOG) but has not yet been released. It is expected to be released soon, as mentioned in this comment.
Once the next Ancestry gem release is out, rebuild_counter_cache can be used, which will hopefully fix this issue
psd-issuerbot
changed the title
[BUG] Fix children_count out of sync issue of ancestry gem
Y24-279 - [BUG] Fix children_count out of sync issue of ancestry gem
Aug 22, 2024
Describe the bug
Some Labwhere locations are showing child count incorrectly.
The original bug is described in tis story Y24-225
As part of the research done on Y24-225, it appears that this is a known issue with the Ancestry gem where
children_count
is getting out of sync with the actual value.This issue is raised in the Ancestry repository and the suggested solution is to use
rebuild_counter_cache
This fix has already merged (as shown in the CHANGELOG) but has not yet been released. It is expected to be released soon, as mentioned in this comment.
Once the next Ancestry gem release is out,
rebuild_counter_cache
can be used, which will hopefully fix this issueAdditional context
Original story - #813
The text was updated successfully, but these errors were encountered: