Closed (fixed)
Project:
Entity Registration
Version:
7.x-1.0-alpha5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2012 at 18:24 UTC
Updated:
9 Jun 2012 at 15:01 UTC
Hi.
After configuring the module, is there a way to default to the selected registration type in node/add/page?
I am using feeds module to create nodes but the defaults are to -- Disable Registrations -- and therefore they do not show up on programmatically created nodes.
Best Regards,
Jorge.
Comments
Comment #1
dpiSet your default in the Registration field settings.
I am able to generate nodes with correct registration defaults.
If you are creating the node object programmatically, you may want to use
$node->{REGISTRATION_FIELD_NAME}[LANGUAGE_NONE][0] = 'REGISTRATION_TYPE_NAME';Comment #2
Yorgg commentedThank you,
That did the trick.
Comment #3
dpi