Hi,

This is my first post on drupal so please excuse any unintended breaks in protocol, code formatting.
This is a cool module - I am however facing a problem with it. I am using this module to make 2 fields editabe - one is a nodereference and the other is a userreference. Both these fields are multiple-valued fields.

This is what I see - if I select 3 items in the node references selection box - the module only remembers and updates 2 - the element at index=0 is not updated. Also I see an error_field key in the updated field. Something similar to

[field_state_or_region] => Array
        (
            [0] => Array
                (
                    [nid] => 85
                    [error_field] => field_state_or_region][nids
                )

            [1] => Array
                (
                    [nid] => 46
                    [error_field] => field_state_or_region][nids
                )

        )

Comments

markfoodyburton’s picture

MMm, this looks like a bug, but I haven't been able to reproduce it yet. can you try the latest version and let me know if its still broken?
(BTW, it may be a problem with the node reference somehow - as all editable fields does is pass on the info to the field module.

acidpotato’s picture

Closing legacy issue. Feel free to reopen as needed.

joelpittet’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing legacy issue. Reopen as needed.