ckanext-scheming
ckanext-scheming copied to clipboard
Add CKAN-2.10(csrf) support
We recently added CSRF protection in CKAN-2.10, all CKAN extensions that implement the IBlueprint interface are exempt, however, ckanext-scheming does not use blueprints (I didn't consider it before)...
In this PR I provide a fix.
AttributeError: module 'ckan.plugins.toolkit' has no attribute 'csrf_input'
This would work after merging ckan/ckan#7021
closing in favor of #345