[ckan-dev] Error when adding ressource
Sean Hammond
sean.hammond at okfn.org
Thu Apr 18 13:36:46 UTC 2013
> 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)
You shouldn't need this custom fix anymore, I believe our fix for this
bug has been merged into master and release-v2.0 now
> Unsubscribe: http://lists.okfn.org/mailman/options/ckan-dev
More information about the ckan-dev
mailing list