mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Typo: missing comma
sync-collection and expand-property where returned concatenated in PROPFIND answers.
This commit is contained in:
parent
b6b48b5af7
commit
7a96578ca4
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ def _propfind_response(path, item, props, user):
|
||||||
element.append(privilege)
|
element.append(privilege)
|
||||||
elif tag == _tag("D", "supported-report-set"):
|
elif tag == _tag("D", "supported-report-set"):
|
||||||
for report_name in (
|
for report_name in (
|
||||||
"principal-property-search", "sync-collection"
|
"principal-property-search", "sync-collection",
|
||||||
"expand-property", "principal-search-property-set"):
|
"expand-property", "principal-search-property-set"):
|
||||||
supported = ET.Element(_tag("D", "supported-report"))
|
supported = ET.Element(_tag("D", "supported-report"))
|
||||||
report_tag = ET.Element(_tag("D", "report"))
|
report_tag = ET.Element(_tag("D", "report"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue