We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad80321 commit 92dc8fbCopy full SHA for 92dc8fb
src/Traits/Core/QueryStrings/HasQueryStringForFilter.php
@@ -44,7 +44,7 @@ public function queryStringForFilterIsEnabled(): bool
44
{
45
$this->setupQueryStringStatusForFilter();
46
47
- return ($this->queryStringIsEnabled() === true || $this->getQueryStringStatusForFilter() === true) && $this->filtersAreEnabled();
+ return $this->getQueryStringStatusForFilter() && $this->filtersAreEnabled();
48
}
49
50
public function setQueryStringStatusForFilter(bool $status): self
0 commit comments