Phase 4: Formulardateien und Konvertierung
This commit is contained in:
@@ -30,6 +30,7 @@ impl PropertyValue {
|
||||
PropertyDefault::Boolean(v) => Self::Boolean(v),
|
||||
PropertyDefault::Empty if ty == PropertyType::Object => Self::Object(None),
|
||||
PropertyDefault::Empty if ty == PropertyType::String => Self::String(String::new()),
|
||||
PropertyDefault::Empty if ty == PropertyType::Boolean => Self::Boolean(false),
|
||||
PropertyDefault::Empty => Self::Integer(0),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user