mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Answer addressbook-home-set, fix the collection children detection
This commit is contained in:
parent
b56db741f4
commit
f11e78a3f4
2 changed files with 9 additions and 6 deletions
|
@ -242,6 +242,7 @@ def _propfind_response(path, item, props, user):
|
|||
elif tag in (
|
||||
_tag("D", "principal-collection-set"),
|
||||
_tag("C", "calendar-user-address-set"),
|
||||
_tag("CR", "addressbook-home-set"),
|
||||
_tag("C", "calendar-home-set")):
|
||||
tag = ET.Element(_tag("D", "href"))
|
||||
tag.text = path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue