Merge branch 'master' of ssh://git.kolab.org/git/roundcube
This commit is contained in:
commit
59f1612909
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