mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 22:27:36 +03:00
Remove empty collection in propfind resourcetype (Sunbird-1.0b2 ready).
This commit is contained in:
parent
97c1675741
commit
330283ef94
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ def propfind(xml_request, calendar, url):
|
|||
|
||||
if _tag("D", "resourcetype") in properties:
|
||||
resourcetype = ET.Element(_tag("D", "resourcetype"))
|
||||
resourcetype.append(ET.Element(_tag("D", "collection")))
|
||||
resourcetype.append(ET.Element(_tag("C", "calendar")))
|
||||
prop.append(resourcetype)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue