Describe the bug
During testing T081, this bug was discovered.
Counts in Community List are not updated after deleting an item or a collection (including all its items).
Similarly, the Author facet in browse/search retains entries from deleted items even though clicking them returns no results.
To Reproduce
Steps to reproduce the behavior:
- Navigate to an existing sub-community (or create one).
- Create a new collection inside it.
- Create at least one item in that collection with an author.
- Delete the collection (which also removes its items).
- Navigate to the Community List and observe the sub-community badge, it still shows the old count instead of 0.
Expected behavior
After deleting a collection and all of its items, the parent community/sub-community badge count should update to reflect the correct number of remaining items/collections.
Related
Possible relevant change: Batch deletion process introduced in 10 #4570
Describe the bug
During testing T081, this bug was discovered.
Counts in Community List are not updated after deleting an item or a collection (including all its items).
Similarly, the Author facet in browse/search retains entries from deleted items even though clicking them returns no results.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After deleting a collection and all of its items, the parent community/sub-community badge count should update to reflect the correct number of remaining items/collections.
Related
Possible relevant change: Batch deletion process introduced in 10 #4570