mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Only search for filter that are direct children
This commit is contained in:
parent
a05cca563a
commit
4f6d2e8b58
1 changed files with 2 additions and 2 deletions
|
@ -861,8 +861,8 @@ def report(base_prefix, path, xml_request, collection):
|
||||||
else:
|
else:
|
||||||
hreferences = (path,)
|
hreferences = (path,)
|
||||||
filters = (
|
filters = (
|
||||||
root.findall(".//%s" % _tag("C", "filter")) +
|
root.findall("./%s" % _tag("C", "filter")) +
|
||||||
root.findall(".//%s" % _tag("CR", "filter")))
|
root.findall("./%s" % _tag("CR", "filter")))
|
||||||
|
|
||||||
multistatus = ET.Element(_tag("D", "multistatus"))
|
multistatus = ET.Element(_tag("D", "multistatus"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue