accounts via id also, not just real account

This commit is contained in:
Priec
2026-09-15 13:02:26 +02:00
parent 891bcaa11d
commit 651f488312
8 changed files with 40 additions and 3 deletions

View File

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