mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 14:47:35 +03:00
Fix #143
Since all iCalendar objects have VCALENDAR inside them, that tag is absolutely meaningless (in this context).
This commit is contained in:
parent
d5724d717d
commit
030436327a
1 changed files with 1 additions and 0 deletions
|
@ -508,6 +508,7 @@ def report(path, xml_request, collection):
|
|||
tag_filters = set(
|
||||
element.get("name") for element
|
||||
in root.findall(".//%s" % _tag("C", "comp-filter")))
|
||||
tag_filters.discard('VCALENDAR')
|
||||
else:
|
||||
hreferences = ()
|
||||
tag_filters = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue