Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3300 closed defect (bug) (fixed)

Deleting a forum topic, does NOT clear the activity stream of replies to that thread, thus leaving dead links.

Reported by: rossagrant's profile rossagrant Owned by: boonebgorges's profile boonebgorges
Milestone: 1.5 Priority: normal
Severity: Version: 1.2.8
Component: Core Keywords:
Cc:

Description

When you delete a forum topic in BP, ONLY THE ORIGINAL POST is removed from the activity stream.

All other replies to that thread are left in the stream. This means that the stream is littered with dead links.

The code needs to be altered to clean out ALL replies to that topic.

:)

Change History (3)

#1 @boonebgorges
13 years ago

  • Milestone changed from Awaiting Review to 1.3
  • Owner set to boonebgorges
  • Status changed from new to assigned

This is a pretty unpleasant bug, but should be straightforward to fix. Putting under the 1.3 milestone. I'll take a look at it later today.

#2 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [4561]) Ensures that the activity items corresponding to all child posts are deleted when the entire topic thread is deleted. Fixes #3300 for trunk

#3 @boonebgorges
13 years ago

(In [4562]) Ensures that activity items corresponding to all child posts are deleted when the entire topic thread is deleted. Fixes #3300 for 1.2 branch

Note: See TracTickets for help on using tickets.