* Rename openApp to tab.

This commit is contained in:
zhujinyong
2021-08-31 00:30:48 +08:00
parent ecab3e0392
commit 664e290f97
93 changed files with 560 additions and 560 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php js::set('openApp', $app->openApp);?>
<?php js::set('tab', $app->tab);?>
<div id='mainContent' class='main-content'>
<div class='main-header'>
<h2><?php echo $lang->testcase->createBug;?></h2>
@@ -32,7 +32,7 @@ function createBug(obj)
var onlybody = config.onlybody;
config.onlybody = 'no';
var link = createLink('bug', 'create', params + ',stepIdList=' + stepIdList);
if(openApp == 'my')
if(tab == 'my')
{
window.parent.$.apps.open(link, 'qa');
}