PublicaMundi / ckanext-publicamundi

PublicaMundi main CKAN extension
http://publicamundi.eu
Other
13 stars 12 forks source link

Enhance deep updates on enumerable (list-like) fields of metadata objects #62

Closed drmalex07 closed 9 years ago

drmalex07 commented 9 years ago

Now enumerable fields (ITuple, IList) can only be deep updated from values that provide the same (enumerable) interface.

But it's quite common (e.g. when form is rebuilt from errors) to need to perform a deep update from an unordered collection (e.g. a dict) that has index-like keys (e.g { '0': 'aaa', '3': 'bbb'}).