accounts via id also, not just real account
This commit is contained in:
@@ -707,7 +707,7 @@ fn import_row(
|
||||
let value = csv_value(locale, raw, data_type)?;
|
||||
data.insert(column.clone(), value);
|
||||
}
|
||||
Ok(TableDataImportRow { data, link_display_columns: Vec::new() })
|
||||
Ok(TableDataImportRow { data, account_match: common::proto::komp_ac::tables_data::ImportAccountMatch::Path as i32, link_display_columns: Vec::new() })
|
||||
}
|
||||
|
||||
async fn render_step(
|
||||
|
||||
Reference in New Issue
Block a user