Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 4.1.3
-
Fix Version/s: 4.3.0
-
Component/s: CiviCRM API
-
Labels:None
Description
Updating a contribution note via
/civicrm/ajax/rest?json=1&sequential=1&debug=1&&entity=Contribution&action=create&id=15¬e=testnote3
or
/civicrm/ajax/rest?json=1&sequential=1&debug=1&&entity=Contribution&action=update&id=15¬e=testnote3
results in duplicate notes:
http://drupal.demo.civicrm.org/civicrm/contact/view/contribution?action=view&reset=1&id=15&cid=31&context=home
Editing a contribution or retrieving it via the api delivers the old note instead of the updated.
May also be related to CRM-10403.