SEBSERV-41 fixed

This commit is contained in:
anhefti 2019-04-01 13:55:51 +02:00
parent 7940af0deb
commit 36f2bae79a

View file

@ -139,6 +139,7 @@ public class TableFilter<ROW extends Entity> {
new LocTextKey("sebserver.overall.action.filter.clear"),
event -> {
reset();
this.entityTable.applyFilter();
});
}