Skip to content
Snippets Groups Projects
Commit e36b0940 authored by Victor Emanouilov's avatar Victor Emanouilov
Browse files

[FIX] skip validaiton on ODBC sync - we need to keep databases in sync even if...

[FIX] skip validaiton on ODBC sync - we need to keep databases in sync even if local validation fails
parent 0f1c1f04
Loading
......@@ -40,6 +40,7 @@ class TrackerWriter
'itemId' => false,
'fields' => [],
'skip_sync' => $source instanceof \Tracker\Tabular\Source\ODBCSource,
'validate' => $source instanceof \Tracker\Tabular\Source\ODBCSource ? false : true, // ODBC sync needs saving no matter of validation errors
];
foreach ($columns as $column) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment