Skip to content
Snippets Groups Projects
Unverified Commit 5d24525e authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #21019 from ejegg/customFieldBulkLog

Fix bulk adding custom fields with logging on
parents 5c539a1b 0cb10002
Branches
Tags
No related merge requests found
......@@ -154,7 +154,7 @@ class CRM_Core_BAO_CustomField extends CRM_Core_DAO_CustomField {
$tableName = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_CustomGroup', $customField->custom_group_id, 'table_name');
$sql[$tableName][] = $fieldSQL;
$addedColumns[$tableName][] = $customField->name;
$addedColumns[$tableName][] = $customField->column_name;
$customFields[$index] = $customField;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment