Skip to content

Commit

Permalink
[#981] Declare auth function
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Aug 8, 2013
1 parent e74f640 commit bb2e05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/datastore/plugin.py
Expand Up @@ -240,7 +240,8 @@ def get_auth_functions(self):
'datastore_upsert': auth.datastore_upsert,
'datastore_delete': auth.datastore_delete,
'datastore_search': auth.datastore_search,
'datastore_change_permissions': auth.datastore_change_permissions}
'datastore_change_permissions': auth.datastore_change_permissions,
'datapusher_submit': auth.datapusher_submit}

def before_map(self, m):
m.connect('/datastore/dump/{resource_id}',
Expand Down

0 comments on commit bb2e05f

Please sign in to comment.