Ticket #8019 (assigned defect (bug))
WXR import incorrectly handles comment ID's, Results in threading being lost
| Reported by: | DD32 | Owned by: | joostdevalk |
|---|---|---|---|
| Priority: | high | Milestone: | 2.9 |
| Component: | Import | Version: | 2.7 |
| Severity: | major | Keywords: | needs-patch |
| Cc: |
Description
The Export'd WXR files & Import process contains the original Comment ID, and Comment Parent ID allready. However, Upon import, the Comment ID's are re-assigned, however the parent ID's are not.
The result is that the comment threading is lost entirely.
Eg: Previously comment 1234 was in reply to comment 1222, however, comment 1222 is now comment 22, but comment 1234 still has '1222' as its parent_id.
2 options are possible:
- Remapping the comment parent ID's
- Preserving the comment ID's
The only issue i see with preserving the comment ID's is that importing into another blog with comments allready could cause conflicts, which would require remapping of some comment ID's regardless.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
