Fix moving tasks to another list from the edit dialog (#2865)
This commit is contained in:
parent
e203211ece
commit
f18f76ee4c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue