From 8fbf89693ae0d0e21f3539e7e01e1142e96f73ef Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 19 Jul 2024 10:46:51 +0800 Subject: [PATCH] * [bug#52880,done,0.2h] set dataSource module. --- module/bug/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/bug/control.php b/module/bug/control.php index dd75b421a5..bda3be5ded 100755 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -620,6 +620,7 @@ class bug extends control { /* 设置模块数据源。 */ /* Set module data source. */ + $this->config->bug->dtable->fieldList['module']['dataSource']['module'] = 'tree'; $this->config->bug->dtable->fieldList['module']['dataSource']['method'] = 'getAllModulePairs'; $this->config->bug->dtable->fieldList['module']['dataSource']['params'] = 'bug';