accounts via id also, not just real account
This commit is contained in:
@@ -425,7 +425,7 @@ pub fn row_to_table_data(
|
||||
};
|
||||
data.insert(target_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() })
|
||||
}
|
||||
|
||||
pub fn exportable_columns(schema: &TableStructureResponse) -> Vec<String> {
|
||||
|
||||
Reference in New Issue
Block a user