We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270895c commit 7b76320Copy full SHA for 7b76320
ckanext/cloudstorage/plugin/__init__.py
@@ -88,9 +88,9 @@ def get_auth_functions(self):
88
89
# CKAN <2.10 compatibility
90
def before_delete(self, context, resource, resources):
91
- return self.before_dataset_delete(context, resource, resources)
+ return self.before_resource_delete(context, resource, resources)
92
93
- def before_dataset_delete(self, context, resource, resources):
+ def before_resource_delete(self, context, resource, resources):
94
# let's get all info about our resource. It somewhere in resources
95
# but if there is some possibility that it isn't(magic?) we have
96
# `else` clause
0 commit comments