Render newly created task, even if saved to an inactive list

This commit is contained in:
Thomas Bruederli 2013-10-30 15:04:23 +01:00
parent 660341931a
commit 9382bc9ae4

View file

@ -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);
}