Ref #16666 - Ref #16424 - Adjust the index like the zoom controller

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:
William Desportes 2021-02-19 00:41:30 +01:00
parent 25083c1e88
commit 6be33c4eb6
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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' => '',