Skip to content

Commit

Permalink
[#2939] Add update dataset permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 12, 2012
1 parent d6768ce commit 64b1bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/new_authz.py
Expand Up @@ -63,7 +63,7 @@ def is_authorized(action, context, data_dict=None):
# these are the premissions that roles have
ROLE_PERMISSIONS = {
'admin': ['admin'],
'editor': ['read', 'update', 'delete_dataset', 'create_dataset'],
'editor': ['read', 'update', 'delete_dataset', 'create_dataset', 'update_dataset'],
'member': [''],
}

Expand Down

0 comments on commit 64b1bf5

Please sign in to comment.