Note API - Ensure child notes are deleted with parent, and hooks are called
authorColeman Watts <coleman@civicrm.org>
Sat, 21 Aug 2021 16:51:41 +0000 (12:51 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 23 Aug 2021 21:23:45 +0000 (17:23 -0400)
commit6623e554386d7d69b5d12ec172f0b996f87e718d
treea496ef3c15e385cebe652973c23e9827d6aa6aa4
parent975b26b320242d2d9944b0a5fced7240c09e352b
Note API - Ensure child notes are deleted with parent, and hooks are called

Deprecates the CRM_Core_BAO_Note::del() function and refactors out all references to it.
Related to work on dev/core#2757
CRM/Contact/Page/View/Note.php
CRM/Contribute/BAO/Contribution.php
CRM/Contribute/Form/AdditionalInfo.php
CRM/Core/BAO/Note.php
CRM/Event/BAO/Participant.php
CRM/Note/Form/Note.php
api/v3/Note.php
tests/phpunit/api/v4/Entity/NoteTest.php [new file with mode: 0644]