Let GET requests create address books too!
This commit is contained in:
@@ -305,6 +305,7 @@ class Application(object):
|
||||
|
||||
collection = collections[0]
|
||||
item_name = xmlutils.name_from_path(environ["PATH_INFO"], collection)
|
||||
|
||||
if item_name:
|
||||
# Get collection item
|
||||
item = collection.get_item(item_name)
|
||||
|
Reference in New Issue
Block a user