diff --git a/module/productplan/control.php b/module/productplan/control.php index 6bc515c4bb..c6ca13e2b1 100644 --- a/module/productplan/control.php +++ b/module/productplan/control.php @@ -230,6 +230,7 @@ class productplan extends control $this->view->actions = $this->loadModel('action')->getList('productplan', $planID); $this->view->users = $this->loadModel('user')->getPairs('noletter'); $this->view->plans = $this->productplan->getPairs($plan->product, $plan->branch); + $this->view->modules = array('0' => '/') + $this->loadModel('tree')->getModulePairs($plan->product, 'story'); $this->view->type = $type; $this->view->orderBy = $orderBy; $this->view->link = $link; diff --git a/module/productplan/view/view.html.php b/module/productplan/view/view.html.php index 770f47894e..d24c55ca27 100644 --- a/module/productplan/view/view.html.php +++ b/module/productplan/view/view.html.php @@ -72,6 +72,7 @@