mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
parent
0f6e98a512
commit
6d77e24028
1 changed files with 1 additions and 3 deletions
|
@ -459,9 +459,7 @@ class Application:
|
|||
if item:
|
||||
return client.CONFLICT, {}, None
|
||||
props = xmlutils.props_from_request(content)
|
||||
collection = self.Collection.create_collection(path, props=props)
|
||||
for key, value in props.items():
|
||||
collection.set_meta(key, value)
|
||||
self.Collection.create_collection(path, props=props)
|
||||
return client.CREATED, {}, None
|
||||
|
||||
def do_MOVE(self, environ, path, content, user):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue