Stop overriding is_active default when saving new relationship
authorColeman Watts <coleman@civicrm.org>
Sun, 5 May 2019 00:11:10 +0000 (20:11 -0400)
committerColeman Watts <coleman@civicrm.org>
Sun, 5 May 2019 12:50:07 +0000 (08:50 -0400)
commit0c1bf04e993f4bc891a1bcd0ef39a8b9af299b17
tree726cb3c5f04074836e0e66f7dc3acb4d8c8dc631
parentac0451a6f5971b4fd68b2f98821b5db6fcee19ca
Stop overriding is_active default when saving new relationship

For some obscure reason the relationsip BAO was forcing the is_active field
to default to 0 even though the schema sets a more sensible default of 1.
CRM/Contact/BAO/Relationship.php