put table definition2 - name change
This commit is contained in:
@@ -279,7 +279,9 @@ pub(crate) async fn load_page(
|
||||
|| tables
|
||||
.iter()
|
||||
.any(|table| table.name == inputs.selection.table && table.global);
|
||||
inputs.columns.table_name = inputs.selection.table.clone();
|
||||
if inputs.columns.table_name.is_empty() {
|
||||
inputs.columns.table_name = inputs.selection.table.clone();
|
||||
}
|
||||
|
||||
Ok(TableDefinitionPageState {
|
||||
nav: crate::ui::Nav::from_authorization(headers, "admin", &authorization),
|
||||
|
||||
Reference in New Issue
Block a user