Islandora-Collaboration-Group / islandora_webform

islandora_webform
GNU General Public License v3.0
6 stars 8 forks source link

Datastream selection wrong in IW field islandora mapping for non xml datastreams #25

Closed DiegoPino closed 8 years ago

DiegoPino commented 8 years ago

When using a file filed, the islandora mapping option, at field edit form displays Islandora Basic Image Content Model provides no datastreams that can be populated from this webform field type., even when the mime types match.

This is caused by this line https://github.com/commonmedia/islandora_webform/blob/4eee4d2824f8cdaca74ab1edbd7b0064ccdf131b/submodules/islandora_webform_ingest/includes/utilities.inc#L75 which does not allow to iterate over all mime types resulting in an empty result.

patdunlavey commented 8 years ago

This is fixed by pull request #26