Update currently displayed task details dialog after refresh
This commit is contained in:
parent
1a46c1d897
commit
afed2435d7
1 changed files with 5 additions and 0 deletions
|
@ -1044,6 +1044,11 @@ function rcube_tasklist_ui(settings)
|
||||||
append_tags(rec.tags || []);
|
append_tags(rec.tags || []);
|
||||||
update_tagcloud();
|
update_tagcloud();
|
||||||
fix_tree_toggles();
|
fix_tree_toggles();
|
||||||
|
|
||||||
|
// refresh currently displayed task details dialog
|
||||||
|
if ($('#taskshow').is(':visible') && me.selected_task && me.selected_task.id == rec.id) {
|
||||||
|
task_show_dialog(rec.id);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue