Skip to content

Commit

Permalink
[#2733] make search permission more liberal
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Aug 7, 2012
1 parent f411b79 commit 2fc489d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/logic/auth.py
Expand Up @@ -26,4 +26,4 @@ def datastore_delete(context, data_dict):


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

0 comments on commit 2fc489d

Please sign in to comment.