mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 06:37:36 +03: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:
|
||||
hreferences = (path,)
|
||||
filters = (
|
||||
root.findall(".//%s" % _tag("C", "filter")) +
|
||||
root.findall(".//%s" % _tag("CR", "filter")))
|
||||
root.findall("./%s" % _tag("C", "filter")) +
|
||||
root.findall("./%s" % _tag("CR", "filter")))
|
||||
|
||||
multistatus = ET.Element(_tag("D", "multistatus"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue