mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
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);
|
if(state.state && state.state.search) state.state.search = unescape(state.state.search);
|
||||||
|
|
||||||
// Apply
|
// 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 || {});
|
_widget.applyFilters(state.state || state.filter || {});
|
||||||
nextmatched = true;
|
nextmatched = true;
|
||||||
}, this, et2_nextmatch);
|
}, this, et2_nextmatch);
|
||||||
|
Loading…
Reference in New Issue
Block a user