Closed (fixed)
Project:
MediaElement
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 05:57 UTC
Updated:
27 Jan 2012 at 17:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
gollyg commentedThere are two issues here:
* The undefined link type
* The munged settings form
Both issues appear to have been fixed in 7.x-2.x. I don't know if they will be backported.
Both issues were created in the settings form function:
mediaelement_field_formatter_settings_formThe first was simply and undefined variable on a textfield and is dealt with here http://drupal.org/node/1170536
The second was that the form was returning the original form plus modifications. This has been dealt with by changing the name of the form array to 'element'.
Have attached a patch against 7.x-1.1.
Comment #2
jptarantoThanks heaps!
Comment #3
nikosnikos commentedPatch #2 fixes the issue for me. Thanks.
Comment #4
dave reidThis has now been fixed in the 7.x-1.x branch and a new release is coming soon.
Comment #5.0
(not verified) commentedAdded line break in error message.