Hi folks,

I'm new to drupal and bug reporting so I apologize for any mistakes or if this is filed in the wrong location.

Basically, I have created a directional relationship using the relations module. This relationship is displayed by a relationship field for the target of the relationship when it is not part of a field collection. i.e. it is a normal field for the content type. However, when the same relationship field is part of a field collection it does not display the relationships of the content type that is using the field collection. Shouldn't this be possible?

Comments

senderra’s picture

Title: The target of a directional relationship is not captured in a field relationship » The target of a directional relationship is not captured in a field collection
senderra’s picture

To distil the problem further. Let us say that we have content type person and that we created a directional relation "is parent of"
This relationship will show up in a relationship field on the content type person. But if we create the same relationship field in a field collection then the relationship does not show. Shouldn't the field collection be able to display/access the relations of the content type using it?

senderra’s picture

Title: The target of a directional relationship is not captured in a field collection » A directional relationship is not captured in a field collection
senderra’s picture

Issue summary: View changes

revising the post to make it more clear and based on further exploration of the problem.

osopolar’s picture

Issue summary: View changes

Which module did you use to create the relations? I have problems using the Relation add module, see: #2531668: Not working with field collection.

Did you get it work finally?

osopolar’s picture

osopolar’s picture

Status: Active » Closed (works as designed)

Field collections is working well with relations. The above mentioned issue is a bug in relation_add module, not in field collection.