Improve deleting occurences of recurrent events

This commit is contained in:
Francis Lachapelle
2014-02-04 16:25:52 -05:00
parent 4e42d5d410
commit ef1be5dc5f
25 changed files with 173 additions and 91 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ function onToolbarDeleteSelectedContactsConfirm(dialogId) {
for (var i = 0; i < rowIds.length; i++)
$(rowIds[i]).hide();
triggerAjaxRequest(urlstr, onContactDeleteEventCallback, rowIds,
('ids=' + rowIds.join("/")),
('ids=' + rowIds.join(",")),
{ "Content-type": "application/x-www-form-urlencoded" });
}