Fix moving tasks to another list from the edit dialog (#2865)

This commit is contained in:
Thomas Bruederli 2014-02-20 09:26:15 +01:00
parent e203211ece
commit f18f76ee4c

View file

@ -1307,7 +1307,7 @@ function rcube_tasklist_ui(settings)
// task assigned to a new list
if (me.selected_task.list && listdata[id] && me.selected_task.list != listdata[id].list) {
me.selected_task._fromlist = rec.list;
me.selected_task._fromlist = list.id;
}
me.selected_task.complete = complete.val() / 100;