PublicaMundi / ckanext-publicamundi

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

Do we need to annotate a zope collection (list/dict/tuple) in order to disallow deep update to iterate through its items? #52

Closed smanousopoulos closed 10 years ago

smanousopoulos commented 10 years ago

e.g. in the case of Foo tags (list) we there is no point to let deep update iterate through its items, whereas in other cases such as Foo contacts (list) we need to be able to update a specific list item.

drmalex07 commented 10 years ago

The deep updater now respects an allow-partial-update field tag.