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