projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79eec22
)
dev/core#1185 Display only own assignees contact(s) on batch activity form
author
scardinius
<scardinius@chords.pl>
Wed, 14 Aug 2019 08:56:15 +0000
(10:56 +0200)
committer
scardinius
<scardinius@chords.pl>
Wed, 14 Aug 2019 08:57:07 +0000
(10:57 +0200)
CRM/Activity/Form/Task/Batch.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Activity/Form/Task/Batch.php
b/CRM/Activity/Form/Task/Batch.php
index 9bdb768b8b50763e63c403e65bc0bdd91f696279..8b3fc1674536cf1a4bca5e5ddd82df9ca49e2bef 100644
(file)
--- a/
CRM/Activity/Form/Task/Batch.php
+++ b/
CRM/Activity/Form/Task/Batch.php
@@
-80,6
+80,7
@@
class CRM_Activity_Form_Task_Batch extends CRM_Activity_Form_Task {
if (!empty($contactDetails)) {
foreach ($contactDetails as $key => $value) {
$assignee = CRM_Activity_BAO_ActivityAssignment::retrieveAssigneeIdsByActivityId($key);
+ $assigneeContact = [];
foreach ($assignee as $values) {
$assigneeContact[] = CRM_Contact_BAO_Contact::displayName($values);
}