1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-03 01:02:55 +00:00

Always save form field content for hidden form fields

This commit is contained in:
2023-09-01 09:07:08 +02:00
parent abdef90e90
commit 1e7a95bb09
3 changed files with 13 additions and 2 deletions

View File

@ -538,7 +538,8 @@ impl FormEntry for Entry {
condition: "false".into(),
valid: true,
ref_entries: Some(RefEntries { ref_entry: None }),
})
});
self.speichern = "0".into()
}
}

View File

@ -561,7 +561,8 @@ impl FormEntry for Entry {
condition: "false".into(),
valid: true,
ref_entries: Some(RefEntries { ref_entry: None }),
})
});
self.speichern = "0".into()
}
}