Closed (fixed)
Project:
Migrate
Version:
7.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2012 at 11:11 UTC
Updated:
16 Oct 2012 at 00:41 UTC
Jump to comment: Most recent file
When rebuilding comment statistics in the case were a node has no comments migrate uses the last modified date of a node. However _comment_update_node_statistics() uses the creation date of a node.
For me this is affecting a forums migration.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1799854.patch | 760 bytes | JeremyFrench |
| #1 | 1799854.patch | 692 bytes | JeremyFrench |
Comments
Comment #1
JeremyFrench commentedPatch attached to fix this.
Comment #3
JeremyFrench commenteduse CLI rather than Eclipse to make patch.
Comment #4
moshe weitzman commentedPerhaps it used to be modification date in D6? Perhaps you could take a look so we know fithis is safe to backport. Thanks.
Comment #5
JeremyFrench commentedHi Moshe
_comment_update_node_statistics()Still looks like it was 'created' in D6
so backport should be ok.
Comment #6
mikeryanCommitted, thanks!