Verified Commit 667bacc9 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: feat(Tasks) - mail method more generic part 3

Making email retrieval more generic and static callable part 3
Showing with 1 addition and 1 deletion
+1 -1
...@@ -141,7 +141,7 @@ class tasksMail extends simplePlugin ...@@ -141,7 +141,7 @@ class tasksMail extends simplePlugin
$listOfDN = tasks::extractMembersFromGroups($attributeValue); $listOfDN = tasks::extractMembersFromGroups($attributeValue);
// send the objectype and attrs name to the below method // send the objectype and attrs name to the below method
$this->attributesAccess['fdTasksEmailsFromDN']->setValue( $this->attributesAccess['fdTasksEmailsFromDN']->setValue(
array_values($this->getEmailsFromSelectedDN($mailObject, $mailAttr, $listOfDN)) array_values(static::getEmailsFromSelectedDN($mailObject, $mailAttr, $listOfDN))
); );
return TRUE; return TRUE;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment