diff --git a/module/testcase/control.php b/module/testcase/control.php index 7be9f16005..c6cfea1731 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -1638,7 +1638,13 @@ class testcase extends control $this->view->users = $this->loadModel('user')->getPairs('noletter'); $this->display(); } - + /** + * Export case getModuleByStory + * + * @params int $storyID + * @return void + */ + public function ajaxGetStoryMoule($storyID) { $story = $this->dao->select('module')->from(TABLE_STORY)->where('id')->eq($storyID)->fetch();