Skip to content

Commit

Permalink
[#2939] Add new activity types to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Sep 28, 2012
1 parent 41e0517 commit bc5db90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckan/logic/validators.py
Expand Up @@ -175,6 +175,9 @@ def activity_type_exists(activity_type):
'new group' : group_id_exists,
'changed group' : group_id_exists,
'deleted group' : group_id_exists,
'new organization' : group_id_exists,
'changed organization' : group_id_exists,
'deleted organization' : group_id_exists,
'new related item': related_id_exists,
'deleted related item': related_id_exists
}
Expand Down

0 comments on commit bc5db90

Please sign in to comment.