このコミットが含まれているのは:
2026-07-13 01:17:11 +09:00
コミット be68841bd3
9個のファイルの変更265行の追加217行の削除
+1 -1
ファイルの表示
@@ -412,7 +412,7 @@ export const mergeValidatedImportRows = (
: { ...previous.fieldWarnings }
for (const [field, origin] of Object.entries (row.provenance))
{
if (origin === 'manual' && String (row.attributes[field] ?? '') !== '')
if (origin === 'manual')
delete fieldWarnings[field]
}