mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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
|
||||
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.focus();
|
||||
|
Loading…
Reference in New Issue
Block a user