Opened 10 years ago
Closed 10 years ago
#5863 closed defect (bug) (fixed)
Activity comment cache not purged when an activity comment is deleted
Reported by: | r-a-y | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Activity | Keywords: | has-patch commit |
Cc: |
Description
This is a follow-up to ticket:5434#comment:6.
Steps to reproduce:
- Enable an object cache
- Go to the sitewide activity directory and post an update.
- Post an activity reply to that comment. Next, delete the comment.
- Refresh the page. The old activity comment should still be shown.
We need to purge the activity comment cache for the parent activity update whenever an activity comment deleted.
01.patch
does this and includes a unit test.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Haven't tested this yet or run the test but it looks OK.