This commit is contained in:
mayue
2022-07-12 15:00:11 +08:00
parent 14ace897ca
commit f44d5659df
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -517,6 +517,7 @@ class tree extends control
{
$changeFunc = '';
if($viewType == 'bug' or $viewType == 'case') $changeFunc = "onchange='loadModuleRelated()'";
if($viewType == 'task') $changeFunc = "onchange='setStories(this.value)'";
$field = $fieldID ? "modules[$fieldID]" : 'module';
$currentModule = $this->tree->getById($currentModuleID);