* 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:06:17 +00:00
parent 13851f7e9f
commit 6bb5107f5f

View File

@ -1593,6 +1593,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;