Merge branch 'master_bug' into 'master'
*Fix the testtask and testcase creatBug open new label. See merge request easycorp/zentaopms!6841
This commit is contained in:
@@ -2522,6 +2522,7 @@ EOD;
|
||||
($module == 'file' and strpos('|read|download|uploadimages|ajaxwopifiles|', "|{$method}|") !== false) or
|
||||
($module == 'report' && $method == 'annualdata') or
|
||||
($module == 'misc' && $method == 'captcha') or
|
||||
($module == 'bug' && $method == 'create') or
|
||||
($module == 'execution' and $method == 'printkanban') or
|
||||
($module == 'traincourse' and $method == 'ajaxuploadlargefile') or
|
||||
($module == 'traincourse' and $method == 'playvideo'))
|
||||
|
||||
@@ -38,7 +38,7 @@ function createBug(obj)
|
||||
}
|
||||
else
|
||||
{
|
||||
window.open(link, '_parent');
|
||||
window.open(link, '_blank');
|
||||
}
|
||||
config.onlybody = onlybody;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user