Closed (fixed)
Project:
jEditable
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2011 at 19:01 UTC
Updated:
14 Dec 2011 at 18:30 UTC
Because of
// Populate $items back in the field values, but avoid replacing missing
// fields with an empty array (those are not equivalent on update).
if ($items !== array() || isset($entity->{$field_name}[$langcode])) {
$entity->{$field_name}[$langcode] = $items;
}
in the function _field_invoke() there are no empty field values delivered that could then be clicked for editing. But the small change in the attached patch is fixing that.
| Comment | File | Size | Author |
|---|---|---|---|
| jeditable.module.2.patch | 546 bytes | jurgenhaas |
Comments
Comment #1
murzThank's! Fixed in official module page.