mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
Preserve selected application when clearing search, or it gets lost internally
This commit is contained in:
parent
1dc919e83b
commit
f5b02ccc21
@ -666,7 +666,8 @@ var et2_link_entry = et2_inputWidget.extend(
|
|||||||
{
|
{
|
||||||
// Clear
|
// Clear
|
||||||
self.search.autocomplete("close");
|
self.search.autocomplete("close");
|
||||||
self.set_value("");
|
self.set_value({app: self.options.only_app || self.options.value.app || null, id: null});
|
||||||
|
self.search.val("");
|
||||||
self.search.trigger("change");
|
self.search.trigger("change");
|
||||||
}
|
}
|
||||||
self.search.focus();
|
self.search.focus();
|
||||||
|
Loading…
Reference in New Issue
Block a user