mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix typo stalling removal of search phrase
This commit is contained in:
parent
c83fd49f20
commit
835cb25fb9
@ -3802,7 +3802,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
await select.updateComplete;
|
||||
// Legacy: Add in 'All' option for cat_id, if not provided.
|
||||
if (name == 'cat_id' && !['mail'].includes(this.getInstanceManager().app) &&
|
||||
!select.select_options.filter(options => option.value === '').length)
|
||||
!select.select_options.filter(option => option.value === '').length)
|
||||
{
|
||||
select.emptyLabel = this.egw().lang('All categories');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user