Skip to content

Commit 1fd7ba8

Browse files
authored
Merge pull request #1543 from tuxudo/patch-14
Add mrColNotEmptyBlank to YAML listings
2 parents f3cde2e + 7355a75 commit 1fd7ba8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/views/listings/default.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ class="hidden"
119119
<?php if(isset($not_null_column)):?>
120120
d.mrColNotEmpty = "<?=$not_null_column?>";
121121
<?php endif?>
122+
<?php if(isset($not_blank_column)):?>
123+
d.mrColNotEmptyBlank = "<?=$not_blank_column?>";
124+
<?php endif?>
122125
mr.listingFilter.filter(d, columnFilters);
123126
}
124127
},

0 commit comments

Comments
 (0)