diff --git a/module/doc/model.php b/module/doc/model.php index e6ad6802d3..a59d1d5356 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -91,7 +91,7 @@ class docModel extends model $products = $this->loadModel('product')->getPairs(); $projects = $this->loadModel('project')->getPairsByProgram(); - $executions = $this->loadModel('execution')->getPairs(); + $executions = $this->loadModel('execution')->getPairs(0, 'all', 'multiple'); $waterfalls = array(); if(empty($objectID) and ($type == 'all' or $type == 'execution')) {