ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Fix deletion in JSON Harvester #157

Open EricSoroos opened 5 years ago

EricSoroos commented 5 years ago

Deletion in the JSON harvester is broken in 2 ways

This patch fixes the crash by saving the harvest object prior to using it's id, and only clearing the harvest objects for the deleted item after it has been deleted.

EricSoroos commented 5 years ago

Looks like tests for ckan=master are failing for unrelated reasons.

metaodi commented 5 years ago

@EricSoroos can you write a test for your change?

EricSoroos commented 5 years ago

Sorry, I can't get the test suite to run locally based on the README:

To run the tests, do:

    nosetests --nologcapture --ckan --with-pylons=test.ini ckanext