From f71d6abf17c179cc4e3934e809d6e76fb3c76f65 Mon Sep 17 00:00:00 2001 From: wangyuting <851424971@qq.com> Date: Mon, 21 Nov 2022 06:41:06 +0000 Subject: [PATCH] * Fix bug #29949. --- module/doc/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {