* Code for export story.

This commit is contained in:
tanghucheng
2022-07-10 21:15:17 +08:00
parent 6eb8428c4b
commit 39b0ffe0f3
7 changed files with 247 additions and 257 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ $config->bug->fieldList['branch']['foreignKeySource'] = array('module' => 'bug',
$config->bug->fieldList['module']['title'] = 'module';
$config->bug->fieldList['module']['foreignKey'] = true;
$config->bug->fieldList['module']['foreignKeySource'] = array('module' => 'tree', 'method' => 'getAllModulePairs', 'params' => 'bug');;
$config->bug->fieldList['module']['foreignKeySource'] = array('module' => 'tree', 'method' => 'getAllModulePairs', 'params' => 'bug');
$config->bug->fieldList['project']['title'] = 'project';
$config->bug->fieldList['project']['foreignKey'] = true;