* finish task #2395.

This commit is contained in:
wangyidong
2015-11-11 16:15:41 +08:00
parent 4f48349475
commit fd312662cc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ class tree extends control
if($returnType == 'html')
{
$changeFunc = '';
if($viewType == 'task' or $viewType == 'bug' or $viewType == 'testcase') $changeFunc = "onchange='loadModuleRelated()'";
if($viewType == 'task' or $viewType == 'bug' or $viewType == 'case') $changeFunc = "onchange='loadModuleRelated()'";
$output = html::select("module", $optionMenu, '', "class='form-control' $changeFunc");
if(count($optionMenu) == 1 and $needManage)
{