hidden columns from clients
This commit is contained in:
@@ -225,6 +225,8 @@ pub(crate) async fn load_page(
|
||||
// incomplete server capability response does
|
||||
// not grant permission by omission.
|
||||
renameable: behavior.is_some_and(|behavior| behavior.renameable),
|
||||
hidden_from_forms: behavior
|
||||
.is_some_and(|behavior| behavior.hidden_from_forms),
|
||||
}
|
||||
})
|
||||
.collect(),
|
||||
|
||||
Reference in New Issue
Block a user