PHRAS-3371 fix key navigation

This commit is contained in:
aynsix
2021-02-23 10:26:19 +03:00
parent a2bcb6fe98
commit 4fbfc4f54f
3 changed files with 10 additions and 1 deletions

View File

@@ -499,6 +499,7 @@ class QueryController extends Controller
'records' => $record->get_train(),
'index' => $index,
'selected' => $pos,
'recordsTotal' => $record->getTotal()
])
]);
}