ckan / ckanext-harvest

Remote harvesting extension for CKAN
130 stars 203 forks source link

Fix url_for routing to point to harvester blueprint. #523

Closed pdelboca closed 1 year ago

pdelboca commented 1 year ago

Blueprints methods for jobs execution should point to harvester blueprint since it is the one responsible for managing Jobs features.

These are routing calls that we did not clean properly when sanitizing endpoints (6090ad83fb1b7f53ebce56d340e566599c9bfc58) as part of dropping support for older versions of CKAN in #520 .