Skip to content

Commit

Permalink
disable upsert action until it is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Sep 7, 2012
1 parent d15bd8d commit c1b153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/plugin.py
Expand Up @@ -149,7 +149,7 @@ def _create_alias_table(self):

def get_actions(self):
available_actions = {'datastore_create': action.datastore_create,
'datastore_upsert': action.datastore_upsert,
#'datastore_upsert': action.datastore_upsert,
'datastore_delete': action.datastore_delete,
'datastore_search': action.datastore_search}
if 'ckan.datastore_read_url' in self.config:
Expand Down

0 comments on commit c1b153c

Please sign in to comment.