Skip to content
Snippets Groups Projects
Unverified Commit cb64a05a authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #14199 from colemanw/relActive

Stop overriding is_active default when saving new relationship
parents 8b469316 0c1bf04e
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ class CRM_Contact_BAO_Relationship extends CRM_Contact_DAO_Relationship {
*/
public static function getdefaults() {
return array(
'is_active' => 0,
'is_active' => 1,
'is_permission_a_b' => self::NONE,
'is_permission_b_a' => self::NONE,
'description' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment