Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.6
-
Fix Version/s: 4.2.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
there's a bug in activity batch update – we retrieve some activity details via the api and then reference them later as an object (instead of an array). as a result, custom fields are not always saved correctly (the value is required if we are inserting a new record in the custom data table)
see attached patch