mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Include current user as participant when adding a new appointment from addressbook context menu
This commit is contained in:
parent
0a1c2fe3e5
commit
9b628144fa
@ -294,7 +294,7 @@ app.classes.addressbook = AppJS.extend(
|
||||
}
|
||||
else
|
||||
{
|
||||
var ids = "";
|
||||
var ids = egw.user('account_id')+',';
|
||||
for (var i = 0; i < _senders.length; i++)
|
||||
{
|
||||
// Remove UID prefix for just contact_id
|
||||
|
Loading…
Reference in New Issue
Block a user