mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Stop nextmatch from making a popup dirty if a filter changes
This commit is contained in:
@ -3705,6 +3705,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
const set = {};
|
||||
set[select.id] = select.getValue();
|
||||
this.nextmatch.applyFilters(set);
|
||||
select.resetDirty();
|
||||
});
|
||||
}
|
||||
// Sometimes the filter does not display the current value
|
||||
|
Reference in New Issue
Block a user