As you can see in attachments there are some incompatibility between title field of each content type.
Is it possible to change the primary key ? replace "field_name" by "variable" ?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | autofill_title.png | 18.38 KB | bealdav |
| database.png | 33.89 KB | bealdav | |
| duplicate_key.png | 38.94 KB | bealdav |
Comments
Comment #1
bealdav commentedI tested it works !!
I changed the primary key : replaced "field_name" primary key by "variable" and it works.
"variable" is ... variable and no more conflict with other content which use auto fill.
You must replace title by xxx-title ; and so on with body
Comment #2
phayes commentedI think this should fix it: http://drupal.org/cvs?commit=281918
Primary key is defined across type, node_type, and field_name.