* Set as working as only test.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
if(isset($menuItem->hidden)) continue;
|
||||
$menuType = $menuItem->name;
|
||||
if(!$config->testcase->needReview and $menuType == 'wait') continue;
|
||||
if($this->config->global->flow == 'onlyTest' and $menuType == 'needconfirm') continue;
|
||||
if($hasBrowsePriv and strpos($menuType, 'QUERY') === 0)
|
||||
{
|
||||
$queryID = (int)substr($menuType, 5);
|
||||
|
||||
Reference in New Issue
Block a user