mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Accept et2 UIDs for popup too
This commit is contained in:
parent
873c3301d4
commit
ca5d97f85c
@ -45,7 +45,7 @@ function add_cal(_action, _senders)
|
||||
*/
|
||||
function add_task(_action, _senders)
|
||||
{
|
||||
if (!_senders[0].id.match(/^[0-9]+$/))
|
||||
if (!_senders[0].id.match(/^(addressbook::)?[0-9]+$/))
|
||||
{
|
||||
// send org-view requests to server
|
||||
_action.data.nm_action = "submit";
|
||||
|
Loading…
Reference in New Issue
Block a user