* Change the variable type of pageSummary.
This commit is contained in:
@@ -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¶m=$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');
|
||||
|
||||
@@ -181,7 +181,7 @@ if($canBatchAction)
|
||||
|
||||
jsVar('orderBy', $orderBy);
|
||||
jsVar('sortLink', helper::createLink('execution', 'task', "executionID={$execution->id}&status={$status}¶m={$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);
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user