Skip to content

Commit c694d3b

Browse files
committed
Hotfix add blankOptioLabel do_not_filter
1 parent 6135129 commit c694d3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FilterSetting/Checkbox.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ public function getParameterFilterWidgets(
156156
);
157157
}
158158

159+
if ($arrWidget['eval']['includeBlankOption']) {
160+
$arrWidget['eval']['blankOptionLabel'] = $GLOBALS['TL_LANG']['metamodels_frontendfilter']['do_not_filter'];
161+
}
162+
159163
$this->addFilterParam();
160164

161165
return array

0 commit comments

Comments
 (0)