Close topics [skip ci]
This commit is contained in:
parent
0098836e10
commit
ae9db01c76
@ -140,7 +140,8 @@ class BulkImport::Generic < BulkImport::Base
|
||||
title: row["title"],
|
||||
user_id: user_id_from_imported_id(row["user_id"]),
|
||||
created_at: to_datetime(row["created_at"]),
|
||||
category_id: category_id_from_imported_id(row["category_id"])
|
||||
category_id: category_id_from_imported_id(row["category_id"]),
|
||||
closed: to_boolean(row["closed"])
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user