Opened 12 years ago
Closed 11 years ago
#4722 closed defect (bug) (duplicate)
BP notification should be deleted if related @mention activity item is deleted
Reported by: | r-a-y | Owned by: | r-a-y |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.2 |
Component: | Toolbar & Notifications | Keywords: | needs-patch |
Cc: |
Description
Scenario:
- User A @mentions User B.
- User B is sent an email notification and a BP notification of this @mention.
- However, User A decides he didn't like this activity item and deletes it.
- User B now logs in and sees a BP notification for the @mention. User B clicks on the BP notification; however, the activity item was deleted before User B could view it.
What should happen:
- BP notification should be deleted when User A deletes the activity item
---
Going to try to address this for 1.7.
Change History (4)
Note: See
TracTickets for help on using
tickets.
This happens in a few places because the notifications component isn't fleshed out to keep every single notification connected to the action that created it. Example: it's possible to be promoted to a group moderator, then demoted, and the promotion notification still exists.
The notifications code should be abstracted into its own component, and act as a private, reverse activity stream.
If the issue in this specific ticket isn't a relatively simple fix, feel free to punt it to Future Release.