Skip to content

Commit

Permalink
[#2733] fix issue with auth change
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Aug 7, 2012
1 parent 7f96408 commit aedb124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/logic/action.py
Expand Up @@ -114,6 +114,6 @@ def datastore_search(context, data_dict):
data_dict['connection_url'] = pylons.config['ckan.datastore_write_url']

result = db.search(context, data_dict)
result.pop('id')
result.pop('id', None)
result.pop('connection_url')
return result

0 comments on commit aedb124

Please sign in to comment.