forked from extern/egroupware
Restore favorite's sort order along with filters
This commit is contained in:
parent
a6d60cdfba
commit
70689708a3
@ -285,6 +285,10 @@ var AppJS = Class.extend(
|
||||
if(state.state && state.state.search) state.state.search = unescape(state.state.search);
|
||||
|
||||
// Apply
|
||||
if(state.state.sort && state.state.sort.id)
|
||||
{
|
||||
_widget.sortBy(state.state.sort.id, state.state.sort.asc,false);
|
||||
}
|
||||
_widget.applyFilters(state.state || state.filter || {});
|
||||
nextmatched = true;
|
||||
}, this, et2_nextmatch);
|
||||
|
Loading…
Reference in New Issue
Block a user