After applying the patches from this post http://drupal.org/node/1666138 I have gotten rid of all error messages when trying to add a connection to a contact, however I'm not able to make a relation when it is between a contact and a node content type.

I get the attached ajax error when i try to enter something into the autocomplete field:

CommentFileSizeAuthor
error-message.PNG21.03 KBastanley86

Comments

levelos’s picture

Status: Active » Fixed

Thanks for catching this @astanley86. The underlying error is that RedHen connections are only allowed between contacts and organizations, but we weren't properly enforcing that. Corrected in ef5eb42fd9bf250d199f4efa85b74968f66d30ef. You can still create custom relation types, with different fields, but, to use within RedHen connections, they must be between contacts and orgs. Contacts and orgs can still be used in other relation types, just not within core RedHen.

Status: Fixed » Closed (fixed)

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

  • Commit ef5eb42 on 7.x-1.x, tests, redhen-donation by levelos:
    Ensure that RedHen connections can only be between contacts and...

  • Commit ef5eb42 on 7.x-1.x, tests, redhen-donation, relation-roles by levelos:
    Ensure that RedHen connections can only be between contacts and...