Skip to content

Commit

Permalink
fix: person account task
Browse files Browse the repository at this point in the history
  • Loading branch information
deejay-hub committed Oct 2, 2024
1 parent 27a9a11 commit 1de6cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions force-app/main/default/classes/TimelineService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public with sharing class TimelineService {
objName == 'ActivityHistory' ||
objName == 'TaskRelation' ||
objName == 'ContentDocumentLink' ||
objName == 'TaskWhoRelation' ||
objName == 'LookedUpFromActivity')
) {
selectStatement = selectStatement + ', ' + tcr.type + '';
Expand Down

0 comments on commit 1de6cf9

Please sign in to comment.