When attempting to upload media after installing the latest update to media, file uploads work, but when the option for "Destination" appears, which is required, there are no selection options:

https://www.dropbox.com/s/ux60igbhggik6xw/Screenshot%202014-10-26%2022.5...

Since we pushed this update we've broken the ability to add media during development; any suggestions as to why? Here are dependent module versions:

File entity 7.x-2.0-beta1

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

olhernandez’s picture

Assigned: olhernandez » Unassigned
Soundvessel’s picture

We are experiencing the issue as well and looking at inspector we see a radio group wrapper that is empty http://screencast.com/t/mT6b9HCbllT

Any workarounds?

Devin Carlson’s picture

Version: 7.x-2.0-alpha4 » 7.x-2.x-dev
Component: File Entity » Code
Status: Active » Needs review
FileSize
2.25 KB

Finally tracked this down: the default media field widget settings don't match the ones that are expected once you save the field instance settings.

The attached patch corrects the default field widget settings and fixes not being able to enable all schemes for a specific field instance.

As a workaround, simply visiting the settings page for the field you are having issues with and re-saving the settings should fix the problem.

Devin Carlson’s picture

Status: Needs review » Fixed

Tested #3 and committed to Media 7.x-2.x.

  • Devin Carlson committed c615d63 on 7.x-2.x
    Issue #2363897 by Devin Carlson: Corrected the default field widget...

Status: Fixed » Closed (fixed)

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