Skip to content

Commit

Permalink
Merge pull request #244 from FriendsOfCake/ADmad-patch-1
Browse files Browse the repository at this point in the history
Don't set label for filter fields by default.
  • Loading branch information
ADmad authored May 4, 2018
2 parents 1df3e98 + e2367c1 commit 2b4fa78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Listener/ViewSearchListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ protected function _deriveFields()

$field = $filter->name();
$input = [
'label' => Inflector::humanize(preg_replace('/_id$/', '', $field)),
'required' => false,
'type' => 'text'
];
Expand Down

0 comments on commit 2b4fa78

Please sign in to comment.