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" ?

CommentFileSizeAuthor
#1 autofill_title.png18.38 KBbealdav
database.png33.89 KBbealdav
duplicate_key.png38.94 KBbealdav

Comments

bealdav’s picture

StatusFileSize
new18.38 KB

I 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

phayes’s picture

Status: Needs review » Fixed

I think this should fix it: http://drupal.org/cvs?commit=281918

Primary key is defined across type, node_type, and field_name.

Status: Fixed » Closed (fixed)

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