content type with field_noderef_select_single

When creating a node with a reference this is in the post

    [field_noderef_select_single] => Array
        (
            [nids] => 72
        )

Comments

clemens.tolboom’s picture

Title: support for noderef select single » support for noderef select single / multi

Multiple select produces

[field_noderef_select_multi] => Array
        (
            [nids] => Array
                (
                    [0] => 73
                    [1] => 72
                )

clemens.tolboom’s picture

Assigned: Unassigned » clemens.tolboom
clemens.tolboom’s picture

clemens.tolboom’s picture

Status: Active » Fixed

This seemed to be fixed. See #260981: support for options select/radio/checkbox too.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.