As suggested for the Multiupload Imagefield Widget (#1849054: Compatibility with File Entity Inline Module ) we should implement support for the File Entity Inline module.

This is simply done by implementing the hook_file_entity_inline_widgets() hook which is provided by the File Entity Inline module. #1862958: Don't rely on $element['fid']['#value'] when adding the fields needs to be resolved as well, but there's a patch that suggests a fix.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

olofbokedal’s picture

Status: Active » Needs review
FileSize
616 bytes
czigor’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Have not tested but the patch looks good to me. But just like in the case of #1849054: Compatibility with File Entity Inline Module , let's wait for #1862958: Don't rely on $element['fid']['#value'] when adding the fields to get fixed.

petiar’s picture

Maybe my expectations are just too high, but even after applying this patch I can't get the multiupload feature to work with inline fields. Multiple files are uploaded, but I do not see the inline fields on node edit form. I would like to upload multiple mp3 files with additional fields - can anybody advise how to do that? Thanks...

DamienMcKenna’s picture

Version: 7.x-1.11 » 7.x-1.x-dev

FYI the other issue was rerolled and needs a review.

DamienMcKenna’s picture

FYI the File Entity Inline issue was rerolled, some other fixes were committed, and I'd appreciate it if folks to review the latest module release along with this change. Thank you.

VladimirAus’s picture

Status: Reviewed & tested by the community » Fixed

Committed! Thank you everyone! 🍻

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.