Support soft-deleting projects.
See http://python-eve.org/features.html#soft-delete for more info.
This commit is contained in:
@@ -744,7 +744,8 @@ organizations = {
|
||||
projects = {
|
||||
'schema': projects_schema,
|
||||
'public_item_methods': ['GET'],
|
||||
'public_methods': ['GET']
|
||||
'public_methods': ['GET'],
|
||||
'soft_delete': True,
|
||||
}
|
||||
|
||||
activities = {
|
||||
|
Reference in New Issue
Block a user