Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mrColNotEmptyBlank to YAML listings #1543

Open
wants to merge 1 commit into
base: 5.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add mrColNotEmptyBlank to YAML listings
tuxudo authored Feb 12, 2024
commit 7355a75b560f9631a11380158292ad7aea96e1e3
3 changes: 3 additions & 0 deletions app/views/listings/default.php
Original file line number Diff line number Diff line change
@@ -119,6 +119,9 @@ class="hidden"
<?php if(isset($not_null_column)):?>
d.mrColNotEmpty = "<?=$not_null_column?>";
<?php endif?>
<?php if(isset($not_blank_column)):?>
d.mrColNotEmptyBlank = "<?=$not_blank_column?>";
<?php endif?>
mr.listingFilter.filter(d, columnFilters);
}
},