Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.1
-
Fix Version/s: 4.3.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
if you run the enhanced logging summary report and remove some of the default column settings, it will error with a mysql error: value count on row.
the issue is that we hard code the construction of our temp table's columns, but when the user adds/removes column options, the insert query reflects the change – and the insert becomes out of sync with the table structure. we need to condition the table structure on the columns selected.