Skip to content

Commit 9534838

Browse files
authored
Merge pull request #1 from lmkhang10/development
Fixing ignore in filter
2 parents 67c441e + 616fe31 commit 9534838

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Grid/Filter/AbstractFilter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,9 @@ public function getValue()
459459
*/
460460
protected function buildCondition()
461461
{
462+
if ($this->ignore) {
463+
return;
464+
}
462465
$column = explode('.', $this->column);
463466

464467
if (count($column) == 1) {

0 commit comments

Comments
 (0)