このコミットが含まれているのは:
2026-07-13 01:17:11 +09:00
コミット be68841bd3
9個のファイルの変更265行の追加217行の削除
+1 -1
ファイルの表示
@@ -182,7 +182,7 @@ class PostImportPreviewer
attributes['tags'] = merged_tags(tag_sources)
next
end
next unless provenance[field] == 'automatic' || attributes[field].blank?
next unless provenance[field] == 'automatic'
attributes[field] = value
provenance[field] = 'automatic'