Set filter to "false" if form field should be hidden

This commit is contained in:
2023-08-31 22:20:19 +02:00
parent a2df2650ed
commit abdef90e90
4 changed files with 71 additions and 2 deletions

View File

@@ -267,6 +267,7 @@ pub trait FormEntry {
fn update_anzeige(&mut self, value: String);
fn update_anzeige_auswahl(&mut self, value: String);
fn update_scripts_code(&mut self, value: String);
fn hide(&mut self);
}
pub trait FolderContent {