ckan / ckanext-qa

CKAN QA Extension
MIT License
26 stars 52 forks source link

Support for CKAN 2.10 #80

Open thorge opened 10 months ago

thorge commented 10 months ago

To support CKAN version 2.10, it is necessary to update the event trigger from after_show to after_dataset_show in: https://github.com/ckan/ckanext-qa/blob/1731b59d2bf82b06f7866c204b26eb7c6c9ea1f9/ckanext/qa/plugin/__init__.py#L87

This modification aligns with the deprecations and changes outlined in the CKAN Changelog for Version 2.10:

There might be other potential deprecations and adjustments related to CKAN 2.10 and the transition from Python 2 to Python 3. There's also an existing PR, currently not including the changes outlined above.