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
@ -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…
Reference in New Issue
Block a user