#7907 closed defect (bug) (fixed)
Activity comment notification not disappearing after click on it
Reported by: | Diabolique | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 3.2.0 | Priority: | normal |
Severity: | normal | Version: | 2.6.0 |
Component: | Activity | Keywords: | has-patch has-unit-tests |
Cc: |
Description
Usually notification is disappearing when you click on it, but there is 1 kind of notification which always remains after click on, it's an activity comment notification - https://imgur.com/a/71xjcj2
Attachments (3)
Change History (10)
#2
@
6 years ago
- Component changed from Core to Activity
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 3.2.0
- Owner set to r-a-y
- Status changed from new to assigned
- Version changed from 3.0.0 to 2.6.0
Looks like the notification mark-as-read code was missing for replies to activity updates and replies to activity comments 🙁
Attached patch should fix this.
I would like to move this to v3.2.0 even though this isn't a regression since this is an annoying bug, but feel free to move to v4.0.0.
Will try to write a unit test to cover this example as well.
Activity comment notification bug