aliasing when changing one field doesnt drop others

This commit is contained in:
Filipriec
2026-09-01 10:50:39 +02:00
parent 7263003684
commit 09dc594afe
7 changed files with 20 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ impl ValidationForm {
table_name,
data_key: data_key.clone(),
validation: Some(self.validation(locale, data_key)?),
update_mask: None,
})
}