Active
Project:
Email Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 13:34 UTC
Updated:
18 Jan 2012 at 22:23 UTC
Hi
I am currently extending the functionality of the D7 port of http://drupal.org/project/jeditable for more fields. there is the following line in the theme_jeditable_formatter_jeditable():
return '<span id="' . $entity_type . '-' . $id . '-' . $field['field_name'] . '-' . $widget_type . '-' . $variables['delta'] . '" class="jeditable jeditable-textfield">' . $element['value'] . '</span>';
The fact that the Email Field uses the 'email' instead of the conventional (is this right?) 'value' index makes these two modules incompatible. In which module should this be fixed?
Thanks
Lukas
Comments
Comment #1
johnvThis should be handled in the email module.
Somewhere you must duplicate $item['email'] to 'value'. Haven't found where, though