There is no language specified on node creation with Node Reference Create 7.x-1.0-beta2.
The newly created node is listed in admin/content with "Undefined language ()".
There is no language specified on node creation with Node Reference Create 7.x-1.0-beta2.
The newly created node is listed in admin/content with "Undefined language ()".
Comments
Comment #1
pomliane commentedPatched with:
$newnode->language = $element['#language'];Added after line 135 in noderefcreate_autocomplete_validate() in the noderefcreate.module file.
Comment #2
jackbravo commentedcommited! thanks Pomliane!