mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 22:27:36 +03:00
Fix the collection detection
This commit is contained in:
parent
97f8738465
commit
224d0d47e8
2 changed files with 6 additions and 5 deletions
|
@ -279,7 +279,7 @@ def _propfind_response(path, item, props, user):
|
|||
if item.is_principal:
|
||||
tag = ET.Element(_tag("D", "principal"))
|
||||
element.append(tag)
|
||||
else:
|
||||
if item.is_item(item.path):
|
||||
tag = ET.Element(_tag("C", item.resource_type))
|
||||
element.append(tag)
|
||||
tag = ET.Element(_tag("D", "collection"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue