fix the bug for assignto of task.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-12-13 06:53:28 +00:00
parent 14ec6f89db
commit 017192c8ad
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -129,6 +129,7 @@ class bugModel extends model
return $this->dao->select('*')->from(TABLE_BUG)
->where('status')->eq('active')
->andWhere('toTask')->eq(0)
->andWhere('tostory')->eq(0)
->andWhere('product')->in($products)
->andWhere('deleted')->eq(0)
->orderBy('id desc')
+1 -1
View File
@@ -114,7 +114,7 @@ $lang->resource->project->ajaxGetProducts= 'ajaxGetProducts';
$lang->resource->task->create = 'create';
$lang->resource->task->batchCreate = 'batchCreate';
$lang->resource->task->edit = 'edit';
$lang->resource->task->assign = 'assign';
$lang->resource->task->assignTo = 'assign';
$lang->resource->task->start = 'start';
$lang->resource->task->finish = 'finish';
$lang->resource->task->cancel = 'cancel';