From 876f2bcc9e6c3fe7a6dab9d745c977019cc29032 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 16 Mar 2023 16:21:50 +0800 Subject: [PATCH] * Fix bug for export bug. --- module/bug/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/config.php b/module/bug/config.php index d9c707e2f2..16921034e9 100755 --- a/module/bug/config.php +++ b/module/bug/config.php @@ -217,7 +217,7 @@ $config->bug->datatable->fieldList['project']['fixed'] = 'no'; $config->bug->datatable->fieldList['project']['width'] = '120'; $config->bug->datatable->fieldList['project']['required'] = 'no'; $config->bug->datatable->fieldList['project']['control'] = 'hidden'; -$config->bug->datatable->fieldList['project']['dataSource'] = array('module' => 'product', 'method' => 'getProjectPairsByProduct', 'params' => '$productID'); +$config->bug->datatable->fieldList['project']['dataSource'] = array('module' => 'product', 'method' => 'getProjectPairsByProduct', 'params' => '$productID&'); $config->bug->datatable->fieldList['execution']['title'] = 'execution'; $config->bug->datatable->fieldList['execution']['fixed'] = 'no';