* Rename openApp to tab.
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user