organization of incoming data
This commit is contained in:
@@ -117,6 +117,7 @@ pub(crate) async fn load_page(
|
||||
.map(|table| TableSummary {
|
||||
name: table.name.clone(),
|
||||
table_kind: table.table_kind.clone(),
|
||||
global: table.global,
|
||||
// One entry per link, named by the column carrying it, so a
|
||||
// table pointing at one target twice reads as two links.
|
||||
depends_on: table
|
||||
|
||||
Reference in New Issue
Block a user