sharing/propfind overlay bugfix
This commit is contained in:
@@ -347,6 +347,7 @@ def xml_propfind_response(
|
|||||||
if tag_text is not None:
|
if tag_text is not None:
|
||||||
if sharing:
|
if sharing:
|
||||||
# map from overlay
|
# map from overlay
|
||||||
|
if sharing['Properties']:
|
||||||
if human_tag in sharing['Properties']:
|
if human_tag in sharing['Properties']:
|
||||||
if sharing['Properties'][human_tag] is not None:
|
if sharing['Properties'][human_tag] is not None:
|
||||||
tag_text = sharing['Properties'][human_tag]
|
tag_text = sharing['Properties'][human_tag]
|
||||||
|
|||||||
Reference in New Issue
Block a user