Closed (fixed)
Project:
Embedded Media Field
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Oct 2007 at 08:57 UTC
Updated:
13 Nov 2007 at 13:51 UTC
Embedded Media Field is ignoring field settings and always acting as optional.
This is caused by the following line of code in emfield.module, line 376:
$field['required'] = FALSE;
So it's actually not a bug but it definitely causes a problem for those who want to have embed field required.
I would like to understand what was the reasoning behind adding this line? Could it be removed from code?
Comments
Comment #1
aaron commentedoh, whoops, thanks for catching that. was probably some debugging i was doing some time in the distant past that i forgot to revert...
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.