Even if this is not needed, better that it is the same in the 2 controllers Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
25083c1e88
commit
6be33c4eb6
@ -413,7 +413,7 @@ class SearchController extends AbstractController
|
||||
}
|
||||
|
||||
$htmlAttributes .= ' onfocus="return '
|
||||
. 'verifyAfterSearchFieldChange(' . $column_index . ', \'#tbl_search_form\')"';
|
||||
. 'verifyAfterSearchFieldChange(' . $search_index . ', \'#tbl_search_form\')"';
|
||||
|
||||
$value = $this->template->render('table/search/input_box', [
|
||||
'str' => '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user