An error occurred while fetching the assigned milestone of the selected merge_request.
Update epic cache counts on project/group deletion
All threads resolved!
All threads resolved!
Compare changes
Files
4+ 1
− 1
@@ -770,7 +770,7 @@ def parent_epic_ids_in_ancestor_groups
@@ -770,7 +770,7 @@ def parent_epic_ids_in_ancestor_groups
ids += ::Epic.id_in(batch.select(:parent_id)).where.not(group_id: id).limit(EPIC_BATCH_SIZE).pluck(:id)