* Infolog/Notification: when notifying asyncronously , make sure possible customfields are read, as search does not supply these

this results in an additional read per entry and user to be notified, but avoids duplicate rows in search results and the extra effort to check for customfields and their values for async notification only
This commit is contained in:
Klaus Leithoff 2013-11-29 12:07:19 +00:00
parent defe24b7c0
commit d5eb20e3b2

View File

@ -1603,6 +1603,7 @@ class infolog_bo
// acl, when called for tracking -> get_signature -> merge to resolve possible
// infolog specific placeholders in infolog_egw_record
self::$ignore_acl = true;
$info = $this->read($info['info_id'], false, 'server',true);
$this->tracking->send_notification($info,null,$email,$user,$pref);
self::$ignore_acl = false;