Don't reset selection filter when searching (#1372)
This commit is contained in:
parent
ed6fd93ac5
commit
9520dddc4c
1 changed files with 1 additions and 1 deletions
|
@ -1549,7 +1549,7 @@ function rcube_tasklist_ui(settings)
|
|||
search_request = id;
|
||||
search_query = q;
|
||||
|
||||
list_tasks('all');
|
||||
list_tasks();
|
||||
}
|
||||
else // empty search input equals reset
|
||||
this.reset_search();
|
||||
|
|
Loading…
Add table
Reference in a new issue