mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-01 08:41:32 +01:00
* 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:
parent
defe24b7c0
commit
d5eb20e3b2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user