[DDC-551] use isClean to check the filterCollection state..
This commit is contained in:
parent
097d573d26
commit
58b381bf24
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue