aliasing for accounting, where accounting real column names are the same as others, which is 0..n as opposed to previously real names and hardcoded search via those. Now we are using a look up table for the numbers mapping to look em up
This commit is contained in:
@@ -246,6 +246,10 @@ pub(crate) async fn add_columns(
|
||||
table_name: inputs.selection.table.clone(),
|
||||
columns: proto_columns(&inputs.columns.added),
|
||||
indexes: inputs.columns.selected_index_names(),
|
||||
// The append panel names its columns itself; the only generated ones it
|
||||
// can produce are the phone and IBAN companions, which it does not
|
||||
// offer to rename. The table's own rename form is where that is done.
|
||||
generated_aliases: Vec::new(),
|
||||
};
|
||||
let Ok(request) = authenticated_request(&headers, request) else {
|
||||
return Redirect::to("/login").into_response();
|
||||
|
||||
Reference in New Issue
Block a user