* Change the variable type of pageSummary.

This commit is contained in:
tianshujie
2023-09-26 17:11:46 +08:00
parent 5b0fb40b49
commit 8e322031aa
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ if($canBatchAssignTo)
jsVar('orderBy', $orderBy);
jsVar('sortLink', helper::createLink('execution', 'bug', "executionID={$execution->id}&productID={$productID}&branch={$branchID}&orderBy={orderBy}&build=$buildID&type=$type&param=$param&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"));
jsVar('pageSummary', $summary);
jsVar('+pageSummary', $summary);
jsVar('checkedSummary', $lang->selectedItems);
$cols = $this->loadModel('datatable')->getSetting('execution');