Small action posts weren't found on incremental import

This commit is contained in:
Gerhard Schlager 2021-06-20 23:41:35 +02:00
parent ea204ac12f
commit 12295e1f7a

View File

@ -366,7 +366,8 @@ class ImportScripts::Generic < ImportScripts::Base
post_type: post_type,
action_code: "split_topic",
import_mode: true,
created_at: to_datetime(row["created_at"])
created_at: to_datetime(row["created_at"]),
custom_fields: { import_id: row["id"] }
)
end