* Code for task #97061.
This commit is contained in:
@@ -44,7 +44,7 @@ class backBtn extends btn
|
||||
|
||||
$backs = array(
|
||||
'task' => 'execution-task,my-work,my-contribute,',
|
||||
'story' => 'product-browse,projectstory-story,execution-story,my-work,my-contribute,',
|
||||
'story' => 'product-browse,projectstory-story,execution-story,my-work,my-contribute,productplan-view',
|
||||
'bug' => 'bug-browse,project-bug,my-work,my-contribute,',
|
||||
'testcase' => 'testcase-browse,project-testcase,my-work,my-contribute,',
|
||||
'testsuite' => 'testsuite-browse,testsuite-view,',
|
||||
|
||||
@@ -216,11 +216,11 @@ detailBody
|
||||
set::footer(array('checkbox', 'toolbar', array('html' => $summary, 'className' => "text-dark"), 'flex', 'pager')),
|
||||
set::footPager
|
||||
(
|
||||
usePager(array(
|
||||
usePager('storyPager', '', array(
|
||||
'recPerPage' => $storyPager->recPerPage,
|
||||
'recTotal' => $storyPager->recTotal,
|
||||
'linkCreator' => helper::createLink('productplan', 'view', "planID={$plan->id}&type=story&orderBy={$orderBy}&link=false¶m={$param}&recTotal={$storyPager->recTotal}&recPerPage={recPerPage}&page={page}")
|
||||
), 'storyPager'),
|
||||
)),
|
||||
),
|
||||
)
|
||||
),
|
||||
@@ -247,11 +247,11 @@ detailBody
|
||||
set::footer(array('checkbox', 'toolbar', array('html' => sprintf($lang->productplan->bugSummary, count($planBugs)), 'className' => "text-dark"), 'flex', 'pager')),
|
||||
set::footPager
|
||||
(
|
||||
usePager(array(
|
||||
usePager('bugPager', '', array(
|
||||
'recPerPage' => $bugPager->recPerPage,
|
||||
'recTotal' => $bugPager->recTotal,
|
||||
'linkCreator' => helper::createLink('productplan', 'view', "planID={$plan->id}&type=bug&orderBy={$orderBy}&link=false¶m={$param}&recTotal={$bugPager->recTotal}&recPerPage={recPerPage}&page={page}")
|
||||
), 'bugPager'),
|
||||
)),
|
||||
),
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user