In #2143469: Spin-off bulk file upload support in dedicated module / project, media_multi_load() was moved from media to media_bulk_upload. However, usage of the media_muli_load() function is not restricted to bulk upload functionality. For example, Media Browser Plus relied on the menu loader function to download multiple selected media files, and since this change, I'd have to enable media bulk upload (even though I do not want/use that functionality) to download multiple files.

Since other contrib modules in the Media-space might have a similar need for %media_multi, it seems good practice to make it available in media rather than media_bulk_upload.

CommentFileSizeAuthor
media-multi-load.patch2.19 KBmr.baileys
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joseph.olstad’s picture

Status: Needs review » Closed (outdated)

closing for now, however, if you still want this, open a new ticket with an updated patch on the latest 7.x-2.x dev.

likely needs a reroll, lots has changed since 2014 in the 7.x-2.x dev branch.