mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
parent
bf8bd90bcb
commit
3a9bcc7555
2 changed files with 5 additions and 1 deletions
|
@ -271,7 +271,7 @@ def _propfind_response(path, item, props, user, write=False):
|
|||
element = ET.Element(tag)
|
||||
is404 = False
|
||||
if tag == _tag("D", "getetag"):
|
||||
element.text = storage.get_etag(item.serialize())
|
||||
element.text = item.etag
|
||||
elif tag == _tag("D", "principal-URL"):
|
||||
tag = ET.Element(_tag("D", "href"))
|
||||
tag.text = _href(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue