Accept et2 UIDs for popup too

This commit is contained in:
Nathan Gray 2013-03-20 22:20:58 +00:00
parent 873c3301d4
commit ca5d97f85c

View File

@ -45,7 +45,7 @@ function add_cal(_action, _senders)
*/ */
function add_task(_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 // send org-view requests to server
_action.data.nm_action = "submit"; _action.data.nm_action = "submit";