Skip to content

Fix metadata loading upon `Resource.objects()`

Niklas Siemer requested to merge dev_nsiemer_objects into master

Given the discussions in !10 (merged) especially !10 (comment 2097758) I tried to get all metadata correctly into the FileObjects. If I saw it correctly, the items of the two dictionaries are in the correct order and can simply be ziped?! If this is not the case, this MR would result in an inconsistent data-metadata-mapping.

Merge request reports