mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
PHRAS-937 - fix navigation in preview
This commit is contained in:
@@ -156,7 +156,11 @@ class QueryController extends Controller
|
||||
. $this->app->trans('%total% reponses', ['%total%' => '<span>'.$result->getTotal().'</span>']) . '</a>';
|
||||
|
||||
$json['infos'] = $infoResult;
|
||||
$json['navigation'] = $string;
|
||||
$json['navigationTpl'] = $string;
|
||||
$json['navigation'] = [
|
||||
'page' => $page,
|
||||
'perPage' => $perPage
|
||||
];
|
||||
|
||||
$prop = null;
|
||||
|
||||
|
Reference in New Issue
Block a user