harvester-d4science/ckanext/harvest
amercader 467fb7bb8f Fix resource updating for harvested datasets
Starting from 2.2, resource_update calls package_show before updating
the resource via a package_update call. The dict passed had the harvest
extras (eg harvest_object_id) added which made the update call fails due
to duplicated extra keys. To fix it we now remove any harvest extras
on after_show if there is a 'for_edit' property on the context.
2014-01-13 10:30:52 +00:00
..
commands Fix CLI sources list output 2013-10-16 13:03:32 +01:00
controllers [#30] Remove lxml dependency 2013-05-24 18:12:02 +01:00
fanstatic_library/styles [#23] Make labels a little wider on harvest new form 2013-03-20 14:07:03 +00:00
harvesters [#61] Truly ignore harvest sources 2013-10-23 07:40:55 +02:00
logic Add quotes to harvest_source_id in Solr query when clearing harvest sources 2013-11-22 11:01:26 +02:00
model only migrate harvest sources which are active 2013-06-28 02:32:45 +01:00
public/ckanext/harvest add javascript for source type 2013-02-25 18:12:47 +00:00
templates Use page_heading helper consistently with the main CKAN templates. 2013-05-17 16:12:57 +01:00
templates_new [#70] Fix Add harvest source button not showing 2014-01-10 13:48:02 +00:00
tests [#65] harvest_object_create action 2013-09-17 16:49:19 +01:00
__init__.py Moving the extension points code to package as a .deb file 2011-03-28 15:52:43 +01:00
helpers.py Put harvest_source_id in quotes to prevent Solr errors 2013-11-21 14:14:56 +02:00
interfaces.py Document method and cleanup the interface file 2013-01-24 18:39:19 +00:00
plugin.py Fix resource updating for harvested datasets 2014-01-13 10:30:52 +00:00
queue.py Fix purge command 2013-10-16 12:59:23 +01:00