Remove deleted lists from selector in task edit dialog, too (#2985)
This commit is contained in:
parent
cc1e7b7918
commit
b77082ca94
1 changed files with 2 additions and 1 deletions
|
@ -1763,6 +1763,7 @@ function rcube_tasklist_ui(settings)
|
||||||
unlock_saving();
|
unlock_saving();
|
||||||
remove_tasks(list.id);
|
remove_tasks(list.id);
|
||||||
}
|
}
|
||||||
|
$("#taskedit-tasklist option[value='"+id+"']").remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue