aliasing of account fields

This commit is contained in:
Priec
2026-08-12 20:17:57 +02:00
parent f8a333e540
commit 49323b58d6
7 changed files with 39 additions and 13 deletions

View File

@@ -177,6 +177,7 @@ pub(crate) async fn load_page(
generated_from: behavior
.map(|behavior| behavior.generated_from.clone())
.unwrap_or_default(),
renameable: behavior.is_some_and(|behavior| behavior.renameable),
}
})
.collect(),