Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
88.13 KB
MD5: 6683b98300ad0d1ff48aae85bbfaed7d
SHA-1: 10aba2f753277db27b4a96e0b7f2092479767478
SHA-256: 974817a7044f303aa316febd8aa7155f2c95ca70df836d8e414d8e994fa88a0a
Download zip
121.64 KB
MD5: b8b37efbd23ca13b85bfe9afaaed1c2f
SHA-1: 7e2692a44520b0dbb47d075aaa0be4d8e137f10f
SHA-256: e9438f65880e6dde18c2b270530ee105edb359c88a05aea4b063056e0e1633fd
Release notes
Changes since 7.x-1.0-alpha2:
- Ensure that RedHen connections can only be between contacts and organizations and add relevant messaging. Resolves #1693446.
- Updated RedHen relations README.
- Removed lingering variable by reference errors. Ref #1666138,
- Fixing array to string conversion warning in field themeing.
- #1679786 by nedjo: Add RedHen to admin menu.
- #1679878 by nedjo: add local action links for adding contacts and organizations.
- Ensuring uid condition should be set in RedHenContactEntityController::buildQuery().
- Adding author and created to single note view
- Delete engagement when a parent contact is deleted.
- #1687778: Delete note when a parent entity is deleted.
- Fix access check on notes
- Remove lingering pass by reference error.
- Update the listing of connections to handle orgs that do not relate to contacts, E.g., orgs to other orgs.
- Allow for relation types other than our redhen_affiliation and redhen_connection on contacts and orgs.
- Change redhen_affiliation relation type to be directional.
- Improvements to reverse label handling and handle the case of an entity not having any valid relation types.
- Remove dev version of relation module as it's causing issues in different use cases. The fact that relation_ui is also required will hopefully be a enough of a warning for now.
- Fix broken path in message for no contact types.