Skip to content
Snippets Groups Projects
Unverified Commit 398c0e83 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #23836 from stesi561/dev/core/#3671

Refs: #3671 Fix regression involving CiviCRM Webform + Cases.
parents 81308158 2c975c3d
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,7 @@ class CRM_Utils_Recent {
$record = civicrm_api4($entityType, 'get', [
'where' => [['id', '=', $entityId]],
'select' => [$labelField],
'checkPermissions' => FALSE,
], 0);
$title = $record[$labelField] ?? NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment