Если все фильтры отключены, они не учитываются.
This commit is contained in:
@@ -274,7 +274,6 @@ public class DataSet<K, D extends DBObject> extends DataSetAnchestor {
|
||||
filter.Refresh();
|
||||
}
|
||||
public boolean applyFilters(D object) {
|
||||
//todo добавить ситуацию когда все фильтры отменены
|
||||
for (DataSetFilter<D> filter : filters) {
|
||||
if (!filter.Validate(object))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user