Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/20/2014 03:06:52 AM (11 years ago)
Author:
netweb
Message:

Converter import meta data improvements and fixes:

  • Original 'old' hierarchical/threaded replies meta key is now defined using _bbp_old_reply_to_id
  • Fixes the "Purge Previous Import" optional removal of previously imported hierarchical/threaded replies when using the database sync_table.
  • Updates Drupal7.php importer compatibility for the above changes

See #2650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/Drupal7.php

    r5526 r5527  
    349349            'from_fieldname'  => 'pid',
    350350            'to_type'         => 'reply',
    351             'to_fieldname'    => '_bbp_reply_to'
     351            'to_fieldname'    => '_bbp_old_reply_to_id'
    352352        );
    353353
Note: See TracChangeset for help on using the changeset viewer.