* finish task #6444.

This commit is contained in:
wangyidong
2019-10-12 14:50:00 +08:00
parent 219dbdb7f3
commit 2f62ecb51e
38 changed files with 1650 additions and 1352 deletions
+1 -2
View File
@@ -42,8 +42,7 @@
if($moduleName == 'doc' and $method == 'createlib') $method = 'createLib';
if($moduleName == 'doc' and $method == 'editlib') $method = 'editLib';
if($moduleName == 'testsuite' and $method == 'createlib') $method = 'createLib';
if($moduleName == 'testsuite' and $method == 'createcase')
if($moduleName == 'caselib' and $method == 'createcase')
{
$this->app->loadLang('testcase');
$fields = $this->custom->getFormFields('testcase', $method);