* Change testcase language items.
This commit is contained in:
@@ -119,14 +119,14 @@ $config->story->actionList['importToLib']['url'] = '#importToLib';
|
||||
$config->story->actionList['importToLib']['data-toggle'] = 'modal';
|
||||
|
||||
$app->loadLang('testcase');
|
||||
$config->story->actionList['createTestcase']['text'] = $lang->story->create;
|
||||
$config->story->actionList['createTestcase']['hint'] = $lang->story->create;
|
||||
$config->story->actionList['createTestcase']['text'] = $lang->testcase->create;
|
||||
$config->story->actionList['createTestcase']['hint'] = $lang->testcase->create;
|
||||
$config->story->actionList['createTestcase']['url'] = array('module' => 'testcase', 'method' => 'create', 'params' => 'product={product}&branch={branch}&moduleID=0&from=¶m=0&storyid={id}');
|
||||
$config->story->actionList['createTestcase']['data-size'] = 'lg';
|
||||
$config->story->actionList['createTestcase']['data-toggle'] = 'modal';
|
||||
|
||||
$config->story->actionList['batchCreateTestcase']['text'] = $lang->story->batchCreate;
|
||||
$config->story->actionList['batchCreateTestcase']['hint'] = $lang->story->batchCreate;
|
||||
$config->story->actionList['batchCreateTestcase']['text'] = $lang->testcase->batchCreate;
|
||||
$config->story->actionList['batchCreateTestcase']['hint'] = $lang->testcase->batchCreate;
|
||||
$config->story->actionList['batchCreateTestcase']['url'] = array('module' => 'testcase', 'method' => 'batchCreate', 'params' => 'product={product}&branch={branch}&moduleID=0&storyid={id}');
|
||||
$config->story->actionList['batchCreateTestcase']['data-size'] = 'lg';
|
||||
$config->story->actionList['batchCreateTestcase']['data-toggle'] = 'modal';
|
||||
|
||||
Reference in New Issue
Block a user