mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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
|
else
|
||||||
{
|
{
|
||||||
var ids = "";
|
var ids = egw.user('account_id')+',';
|
||||||
for (var i = 0; i < _senders.length; i++)
|
for (var i = 0; i < _senders.length; i++)
|
||||||
{
|
{
|
||||||
// Remove UID prefix for just contact_id
|
// Remove UID prefix for just contact_id
|
||||||
|
Loading…
Reference in New Issue
Block a user