Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.6
Component:
CCK in core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2010 at 22:15 UTC
Updated:
21 Apr 2010 at 12:30 UTC
I have 2 instances of 1 nodereference field.
As I understand, one of them (first created) is also a "default field". I guess, this "default field's" settings are taken for new instances and displaying inside another modules. For example, it's label is displayed inside views (I have different labels for this 2 instances of 1 field).
Now I understand, that I'd like to use 2'nd field instance as "default field". How can I do it?
I have found content_node_field_instance table in my database, and looks like it stores all the instances (including this two). But I can't understand where is defined which of them is default.
Comments
Comment #1
Lex-DRL commentedI've tried to edit "weight" field (in database) for my instances and to re-create my 1st instance (first delete it than create again so it become last-created instance). But as it is created, all the settings are taken from it again.