From fb49b74fff2f10e9061df0a89dc69cfdda9cb906 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Wed, 3 Jul 2013 12:26:09 +0200 Subject: [PATCH] Revert "No need to pass context to action because it is implicitly added" This reverts commit 77c78461bc490fa954453e7000502ba1503cbb6f. --- ckanext/datastore/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/datastore/plugin.py b/ckanext/datastore/plugin.py index e6a87e72fc7..90b46c56f39 100644 --- a/ckanext/datastore/plugin.py +++ b/ckanext/datastore/plugin.py @@ -79,7 +79,7 @@ def configure(self, config): @logic.side_effect_free def new_resource_show(context, data_dict): - new_data_dict = resource_show(data_dict=data_dict) + new_data_dict = resource_show(context, data_dict) try: connection = read_engine.connect() result = connection.execute(