mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Stop nextmatch from making a popup dirty if a filter changes
This commit is contained in:
parent
5fe8f2642a
commit
802a312839
@ -3705,6 +3705,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
|||||||
const set = {};
|
const set = {};
|
||||||
set[select.id] = select.getValue();
|
set[select.id] = select.getValue();
|
||||||
this.nextmatch.applyFilters(set);
|
this.nextmatch.applyFilters(set);
|
||||||
|
select.resetDirty();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// Sometimes the filter does not display the current value
|
// Sometimes the filter does not display the current value
|
||||||
|
Loading…
Reference in New Issue
Block a user