Hi, I got a bug here.
-----------------------------------------------------------------------------
Version:1.8.3
Steps:
1 you enter a project, create a test plan or delete an existent test plan
actual: you got the pop-up message, "There are currently no testproject defined!". but actually you create the test plan or delete the plan successfully.
expected:create the test plan or delete the test plan successfully.
-----------------------------------------------------------------------------
can anyone help me?
thanks
1.8.3 pop-up "There are currently no testproject define
Moderators: Amaradana, TurboPT, TL Developers
any other suggestions to correct this?
I see this in my /tl183/lib/plan/planEdit.php file
case "list":
$tplans = $tproject_mgr->get_all_testplans($args->tproject_id);
$template = is_null($template) ? 'planView.tpl' : $template;
$smarty->assign('tplans',$tplans);
$smarty->display($templateCfg->template_dir . $template);
break;
TIA
I see this in my /tl183/lib/plan/planEdit.php file
case "list":
$tplans = $tproject_mgr->get_all_testplans($args->tproject_id);
$template = is_null($template) ? 'planView.tpl' : $template;
$smarty->assign('tplans',$tplans);
$smarty->display($templateCfg->template_dir . $template);
break;
TIA