mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix nextmatch search
This commit is contained in:
parent
0c6191d9d8
commit
1b0c2a95a2
@ -3328,7 +3328,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
overlay: (typeof settings.searchbox != 'undefined' && typeof settings.searchbox.overlay != 'undefined') ? settings.searchbox.overlay : false,
|
||||
onchange: function()
|
||||
{
|
||||
if(this.value !== this.nextmatch.activeFilters.search)
|
||||
if(this.value !== self.nextmatch.activeFilters.search)
|
||||
{
|
||||
self.nextmatch.applyFilters({search: this.get_value()});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user