* 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');
+1 -1
View File
@@ -181,7 +181,7 @@ if($canBatchAction)
jsVar('orderBy', $orderBy);
jsVar('sortLink', helper::createLink('execution', 'task', "executionID={$execution->id}&status={$status}&param={$param}&orderBy={orderBy}&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"));
jsVar('pageSummary', $lang->execution->pageSummary);
jsVar('+pageSummary', $lang->execution->pageSummary);
jsVar('checkedSummary', $lang->execution->checkedSummary);
jsVar('multipleAB', $lang->task->multipleAB);
jsVar('childrenAB', $lang->task->childrenAB);
+1 -1
View File
@@ -281,7 +281,7 @@ data('storyBrowseType', $storyBrowseType);
jsVar('projectID', $projectID);
jsVar('modulePairs', $modulePairs);
jsVar('pageSummary', $summary);
jsVar('+pageSummary', $summary);
jsVar('checkedSummary', str_replace('%storyCommon%', $storyCommon, $lang->product->checkedSummary));
featureBar
+1 -1
View File
@@ -10,7 +10,7 @@ declare(strict_types=1);
*/
namespace zin;
jsVar('pageSummary', $summary);
jsVar('+pageSummary', $summary);
jsVar('checkedSummary', $lang->productplan->checkedSummary);
/* zin: Define the set::module('productplan') feature bar on main menu. */