* Fix bug #40672.
This commit is contained in:
@@ -15,7 +15,7 @@ include '../../common/view/header.html.php';
|
||||
include '../../common/view/datatable.fix.html.php';
|
||||
include '../../common/view/zui3dtable.html.php';
|
||||
$cols = $this->task->generateCol($orderBy);
|
||||
$tasks = $this->task->generateRow($tasks, $users, $executionID, $showBranch, $branchGroups, $modulePairs);
|
||||
$tasks = $this->task->generateRow($tasks, $users, $execution, $showBranch, $branchGroups, $modulePairs);
|
||||
$assignApp = $setModule ? '' : '#app=project';
|
||||
$sortLink = helper::createLink('execution', 'task', "executionID={$execution->id}&status={$status}¶m={$param}&orderBy={orderBy}&recTotal={$recTotal}&recPerPage={$recPerPage}") . $assignApp;
|
||||
js::set('moduleID', $moduleID);
|
||||
|
||||
Reference in New Issue
Block a user