mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Addressbook - force clear any lingering advanced search when applying a favorite
This commit is contained in:
parent
058d1d1762
commit
935f9feb6e
@ -1019,6 +1019,13 @@ app.classes.addressbook = AppJS.extend(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Make sure advanced search is false if not set, this clears any
|
||||||
|
// currently set advanced search
|
||||||
|
if(typeof state.state.advanced_search === 'undefined')
|
||||||
|
{
|
||||||
|
state.state.advanced_search = false;
|
||||||
|
}
|
||||||
return this._super.apply(this, arguments);
|
return this._super.apply(this, arguments);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user