CRM-13632 relationship update functions, call pre, post hooks on enable, disable...
authorEileen <eileen@fuzion.co.nz>
Tue, 22 Oct 2013 18:25:18 +0000 (18:25 +0000)
committerEileen <eileen@fuzion.co.nz>
Tue, 22 Oct 2013 18:25:18 +0000 (18:25 +0000)
commit49f8272dffabdf0801411bc2a870201bb57c5fb1
tree83737a5f3bfe0b7cb009eecb4e041908bc230561
parent272fc1e142ac303c97866cfa1de8449bcb9777ae
CRM-13632 relationship update functions, call pre, post hooks on enable, disable, update correctly from api when id is set

----------------------------------------
* CRM-13632: Post Hook not called when a relationship is disabled via cron
  http://issues.civicrm.org/jira/browse/CRM-13632
13 files changed:
CRM/Contact/BAO/Relationship.php
api/v3/examples/JobCreate.php
api/v3/examples/JobDelete.php
api/v3/examples/Relationship/BetweenRelationshipType.php
api/v3/examples/Relationship/INRelationshipType.php
api/v3/examples/Relationship/NotBetweenRelationshipType.php
api/v3/examples/Relationship/NotInRelationshipType.php
api/v3/examples/Relationship/filterIsCurrent.php
api/v3/examples/RelationshipCreate.php
api/v3/examples/RelationshipDelete.php
api/v3/examples/RelationshipGet.php
tests/phpunit/api/v3/JobTest.php
tests/phpunit/api/v3/RelationshipTest.php