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 124bac1 commit 9728dbfCopy full SHA for 9728dbf
src/Traits/Core/QueryStrings/HasQueryStringForFilter.php
@@ -44,9 +44,10 @@ 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
+
51
public function setQueryStringStatusForFilter(bool $status): self
52
53
$this->queryStringStatusForFilter = $status;
0 commit comments