Opened 6 months ago

Closed 6 months ago

#2024 closed defect (fixed)

Order of operations conflict in Repair Forums

Reported by: jmdodd Owned by:
Priority: normal Milestone: 2.2
Component: Importers Version: trunk
Severity: normal Keywords: has-patch
Cc: jmdodd@…

Description

Running "Recalculate the parent forum for each post" before "Repair BuddyPress Group Forum relationships" overwrites the imported bbp_forum_id, so there's no way to reference back to what a forum id was for the group forum (re)association. Include a bbp_old_forum_id so that doesn't get overwritten?

Attachments (1)

2024.diff (1.9 KB) - added by jmdodd 6 months ago.

Download all attachments as: .zip

Change History (4)

  • Cc jmdodd@… added
  • Keywords has-patch added

jmdodd6 months ago

  • Milestone changed from Awaiting Review to 2.2
  • Resolution set to fixed
  • Status changed from new to closed

(In [4400]) Converter:

  • Add '_bbp_old_forum_id' in converter so forums can be easily referenced.
  • Update groups-repair to use new 'old forum ID' key.
  • Props jmdodd.
  • Fixes #2024.
Note: See TracTickets for help on using tickets.