mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +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 = {};
|
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
|
||||||
|
Reference in New Issue
Block a user