[ckan-dev] Error when adding ressource

Kirstein, Fabian fabian.kirstein at fokus.fraunhofer.de
Thu Mar 14 08:49:59 UTC 2013


Hi Ian,

the patch works perfectly. Thank you very much!
I was also able to fix my old issue: http://lists.okfn.org/pipermail/ckan-dev/2013-January/003852.html
by adding your fix to the lib.navl.dictization_functions.py validate method:

    data_no_extras = dict(converted_data)
    if ('extras',) in converted_data:
        del data_no_extras[('extras',)]
    converted_data = unflatten(data_no_extras) 
    
    #converted_data = unflatten(converted_data)

Fabian




-----Ursprüngliche Nachricht-----
Von: ckan-dev-bounces at lists.okfn.org [mailto:ckan-dev-bounces at lists.okfn.org] Im Auftrag von Ian Ward
Gesendet: Dienstag, 12. März 2013 20:38
An: CKAN Development Discussions
Betreff: Re: [ckan-dev] Error when adding ressource

Here's the github issue: https://github.com/okfn/ckan/issues/621

_______________________________________________
ckan-dev mailing list
ckan-dev at lists.okfn.org
http://lists.okfn.org/mailman/listinfo/ckan-dev
Unsubscribe: http://lists.okfn.org/mailman/options/ckan-dev




More information about the ckan-dev mailing list