okfn / ckanext-lacounts

CKAN extension for the LA Counts project
GNU Affero General Public License v3.0
8 stars 5 forks source link

Saving datasets manually breaks `dataset.harvest_dataset_terms` field #177

Closed roll closed 5 years ago

roll commented 5 years ago

E.g. from santa monica (http://ckan-dev:5000/dataset/enterprise-systems-catalog):

After harvesting:

 sb-272, enterprise-software, software-catalog, demographics, enterprise, systems, catalog, enterprise systems catalog

After first manual save:

[u'sb-272', u'enterprise-software', u'software-catalog', u'demographics', u'enterprise', u'systems', u'catalog', u'enterprise systems catalog']

After second manual save:

[u"[u'sb-272', u'enterprise-software', u'software-catalog', u'demographics', u'enterprise', u'systems', u'catalog', u'enterprise systems catalog']"]

etc