mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"No filters" in InfoLog was not removing a search
This commit is contained in:
parent
e545a9fdf0
commit
f81c2340bd
@ -151,6 +151,7 @@ app.classes.infolog = AppJS.extend(
|
|||||||
setState: function(state)
|
setState: function(state)
|
||||||
{
|
{
|
||||||
if (typeof state.state.action == 'undefined') state.state.action = null;
|
if (typeof state.state.action == 'undefined') state.state.action = null;
|
||||||
|
if (typeof state.state.search == 'undefined') state.state.search = null;
|
||||||
|
|
||||||
return this._super.apply(this, arguments);
|
return this._super.apply(this, arguments);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user