diff --git a/module/todo/control.php b/module/todo/control.php index e52248bd23..3e3201e198 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -393,7 +393,7 @@ class todo extends control $this->view->actions = $this->loadModel('action')->getList('todo', $todoID); $this->view->from = $from; $this->view->projects = $projects; - $this->view->executions = $this->loadModel('execution')->getPairs($this->session->project); + $this->view->executions = $this->loadModel('execution')->getPairs(); $this->view->products = $todo->type == 'opportunity' ? $this->loadModel('product')->getPairsByProjectModel('waterfall') : $this->loadModel('product')->getPairs(); $this->view->projectProducts = $this->loadModel('product')->getProductPairsByProject($this->session->project); diff --git a/module/todo/lang/zh-cn.php b/module/todo/lang/zh-cn.php index 6121619b1d..18cfc39a1b 100644 --- a/module/todo/lang/zh-cn.php +++ b/module/todo/lang/zh-cn.php @@ -35,7 +35,7 @@ $lang->todo->cycle = "周期"; $lang->todo->cycleConfig = "周期设置"; $lang->todo->project = "所属项目"; $lang->todo->product = "所属产品"; -$lang->todo->execution = "所属执行"; +$lang->todo->execution = "所属{$lang->execution->common}"; $lang->todo->reasonList['story'] = "转{$lang->SRCommon}"; $lang->todo->reasonList['task'] = "转任务"; diff --git a/module/todo/view/view.html.php b/module/todo/view/view.html.php index 91285bdde2..79a8b6ea65 100644 --- a/module/todo/view/view.html.php +++ b/module/todo/view/view.html.php @@ -202,7 +202,7 @@
project->empty;?> @@ -211,10 +211,12 @@
| todo->project;?> | |
|---|---|
| todo->execution;?> |