Fix assignment to a new list in edit dialog
This commit is contained in:
parent
fbad0e9ff1
commit
f72b878493
1 changed files with 1 additions and 1 deletions
|
@ -1208,7 +1208,7 @@ function rcube_tasklist_ui(settings)
|
|||
}
|
||||
|
||||
// task assigned to a new list
|
||||
if (me.selected_task.list && me.selected_task.list != rec.list) {
|
||||
if (me.selected_task.list && listdata[id] && me.selected_task.list != listdata[id].list) {
|
||||
me.selected_task._fromlist = rec.list;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue