Skip to content

Commit

Permalink
[#2939] Get member roles auth function added
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 14, 2012
1 parent 43e95d6 commit bcb21c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckan/logic/auth/get.py
Expand Up @@ -195,3 +195,6 @@ def get_site_user(context, data_dict):
return {'success': False, 'msg': 'Only internal services allowed to use this action'}
else:
return {'success': True}

def member_roles_list(context, data_dict):
return {'success': True}

0 comments on commit bcb21c0

Please sign in to comment.