Close topics [skip ci]

This commit is contained in:
Gerhard Schlager 2021-11-17 17:14:50 +01:00
parent 0098836e10
commit ae9db01c76

View File

@ -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