Skip to content

Commit

Permalink
Errata (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Sep 30, 2021
1 parent b509fed commit 17f5759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/element/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
// convert to a select
$formParams['type'] = 'select';
$formParams['options'] = $$key;
// XXX we don't have a use case yet to support empty
$formParams['empty'] = false;
// Allow empty so a filter doesn't require (eg) SOR
$formParams['empty'] = true;
}

print $this->Form->control($key, $formParams);
Expand Down

0 comments on commit 17f5759

Please sign in to comment.