mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Merge branch 'master' of https://github.com/hadleyrich/Radicale
This commit is contained in:
commit
44ba2c36a7
2 changed files with 15 additions and 10 deletions
|
@ -514,9 +514,8 @@ class Application(object):
|
|||
headers = {
|
||||
"DAV": "1, 2, 3, calendar-access, addressbook, extended-mkcol",
|
||||
"Content-Type": "text/xml"}
|
||||
collections = set(read_collections + write_collections)
|
||||
answer = xmlutils.propfind(
|
||||
environ["PATH_INFO"], content, collections, user)
|
||||
environ["PATH_INFO"], content, read_collections, write_collections, user)
|
||||
return client.MULTI_STATUS, headers, answer
|
||||
|
||||
def do_PROPPATCH(self, environ, read_collections, write_collections,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue