Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0.2
-
Fix Version/s: 3.0.3
-
Component/s: CiviCRM Search
-
Labels:None
Description
It doesn't properly pass on the activity id because two of the fields in the columns array have the same index (a single blank space).
$this->_columns = array( ts(' ' ) => 'activity_id',
ts(' ' ) => 'activity_type_id',