* add task, bug, case counts of story to datatable.

This commit is contained in:
chenfeiCF
2016-11-22 11:24:25 +08:00
parent 54419ad74b
commit 995d4653cc
9 changed files with 52 additions and 6 deletions
+10
View File
@@ -123,6 +123,16 @@ class datatableModel extends model
{
echo $this->lang->actions;
}
elseif($id == 'progess')
{
$this->app->loadLang('task');
echo $this->lang->task->progess;
}
elseif($id == 'taskCount' or $id == 'bugCount' or $id == 'caseCount')
{
$this->app->loadLang('story');
echo $this->lang->story->$id;
}
else
{
common::printOrderLink($id, $orderBy, $vars, $col->title);