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

pomliane’s picture

Patched with:
$newnode->language = $element['#language'];
Added after line 135 in noderefcreate_autocomplete_validate() in the noderefcreate.module file.

jackbravo’s picture

Status: Active » Fixed

commited! thanks Pomliane!

Status: Fixed » Closed (fixed)

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