[DDC-551] use isClean to check the filterCollection state..
This commit is contained in:
parent
097d573d26
commit
58b381bf24
@ -764,7 +764,7 @@ class EntityManager implements ObjectManager
|
||||
public function isFiltersStateClean()
|
||||
{
|
||||
return null === $this->filterCollection
|
||||
|| $this->filterCollection->setFiltersStateDirty();
|
||||
|| $this->filterCollection->isClean();
|
||||
}
|
||||
|
||||
public function hasFilters()
|
||||
|
Loading…
x
Reference in New Issue
Block a user