This commit is contained in:
root
2021-11-04 09:51:54 +08:00
parent 66f83b187d
commit f79d676ad3
+1
View File
@@ -427,6 +427,7 @@ class testcase extends control
$story = $this->loadModel('story')->getByID($storyID);
if(empty($moduleID)) $moduleID = $story->module;
}
$currentModuleID = (int)$moduleID ? (int)$moduleID : (int)$this->cookie->lastCaseModule;
/* Get the status of stories are not closed. */
$storyStatus = $this->lang->story->statusList;