mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
Actually set the details filter to avoid reset when app refreshes
This commit is contained in:
parent
626b948639
commit
98644a80d6
@ -279,6 +279,8 @@ app.classes.infolog = AppJS.extend(
|
||||
// column change
|
||||
var in_progress = nm.update_in_progress;
|
||||
nm.update_in_progress = true;
|
||||
// Set the actual filter value here
|
||||
nm.activeFilters.filter2 = filter2.get_value();
|
||||
nm.dataview.updateColumns();
|
||||
nm.update_in_progress = in_progress;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user