mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00: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(
|
tag_filters = set(
|
||||||
element.get("name") for element
|
element.get("name") for element
|
||||||
in root.findall(".//%s" % _tag("C", "comp-filter")))
|
in root.findall(".//%s" % _tag("C", "comp-filter")))
|
||||||
|
tag_filters.discard('VCALENDAR')
|
||||||
else:
|
else:
|
||||||
hreferences = ()
|
hreferences = ()
|
||||||
tag_filters = None
|
tag_filters = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue