Render newly created task, even if saved to an inactive list
This commit is contained in:
parent
660341931a
commit
9382bc9ae4
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ function rcube_tasklist_ui(settings)
|
|||
}
|
||||
}
|
||||
|
||||
if (list.active) {
|
||||
if (list.active || rec.tempid) {
|
||||
if (!filter || match_filter(rec, {}))
|
||||
render_task(rec, oldid);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue