Skip to content

Commit

Permalink
Merge branch '1740-group-and-org-member-create-support-ignore-auth'
Browse files Browse the repository at this point in the history
  • Loading branch information
joetsoi committed Jun 10, 2014
2 parents c18f2cf + 0f57bdc commit 39168fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/logic/action/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,8 @@ def _group_or_org_member_create(context, data_dict, is_org=False):
member_create_context = {
'model': model,
'user': user,
'session': session
'session': session,
'ignore_auth': context.get('ignore_auth'),
}
logic.get_action('member_create')(member_create_context, member_dict)

Expand Down

0 comments on commit 39168fb

Please sign in to comment.