mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Set deleted props to None instead of ""
This commit is contained in:
parent
f91b2bc17e
commit
5c15b30058
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ class BaseCollection:
|
|||
delta_props = self.get_meta()
|
||||
for key in delta_props.keys():
|
||||
if key not in props:
|
||||
delta_props[key] = ""
|
||||
delta_props[key] = None
|
||||
delta_props.update(props)
|
||||
self.set_meta(self, delta_props)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue