Postponed (maintainer needs more info)
Project:
Node reference auto-create
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 09:52 UTC
Updated:
6 Nov 2009 at 20:53 UTC
Comments
Comment #1
boombatower commentedThis module should have no effect on the default node settings. Meaning if you set comments as enabled by default for the content type you are using they should be enabled when node reference auto-create makes the node.
Comment #2
Oleksa-1 commentedsame problem. Even if by default in settings of both content types it is "read and write" for comments.
But if i create this content type separatly (not as noderefference) then comments are enabled...
for the moment i use in nodereference_autocreate.module :
$node->comment = 2;
and then comments are enabled
http://drupal.org/node/213007