fix the bug for assignto of task.
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user