diff --git a/module/my/ui/execution.html.php b/module/my/ui/execution.html.php index 458a387231..200bf5dbb3 100644 --- a/module/my/ui/execution.html.php +++ b/module/my/ui/execution.html.php @@ -16,7 +16,7 @@ jsVar('typeList', $lang->execution->typeList); featurebar ( set::current($type), - set::linkParams("type={key}&orderBy=id_desc&recPerPage={$pager->recPerPage}"), + set::linkParams("type={key}&orderBy={$orderBy}&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}") ); foreach($executions as $execution) $execution->isParent = isset($parentGroup[$execution->id]);