* Set working.

* Set as only task.
 * Set as only story.
This commit is contained in:
daitingting
2017-05-03 17:35:37 +08:00
parent 00126f3d97
commit 2e5e8ec5a4
25 changed files with 339 additions and 48 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class doc extends control
$this->doc->setMenu();
$products = $this->doc->getLimitLibs('product', '9');
$projects = $this->doc->getLimitLibs('project', '9');
$projects = $this->config->global->flow == 'onlyStory' ? array() : $this->doc->getLimitLibs('project', '9');
$customLibs = $this->doc->getLimitLibs('custom', '9');
$subLibs['product'] = $this->doc->getSubLibGroups('product', array_keys($products));
$subLibs['project'] = $this->doc->getSubLibGroups('project', array_keys($projects));