When I create Relation field in my content type and try to add content using form it save only relation and title field ! When I deleted Relation field in my form all data was saved correctly. Why ?

Comments

MeDAN’s picture

Example:
My content type fields: title, firstname, lastname, company(relation field)

In add form I gave data: title, firstname, lastname and company -> it saved only title and company
In add form I gave data: title, firstname, lastname -> it saved everething

MeDAN’s picture

New clue.

It happens only in "Add form" when object does not exist yet. When I'm editing already existing object everything works fine, relation and other data is saved.

Seraphin42’s picture

Same issue here.
When I create a content type, I can fill the title and the body, the save is ok.
When I create a content type with a title and the body and I autocomplete the Relate field with another node, Only the title and the relation are created (same as MeDAN).

Seraphin42’s picture

Found an issue closed by chx but still existing : http://drupal.org/node/1255274

naught101’s picture

Status: Active » Closed (won't fix)