* Change maxVersion bizVersion proVersion to edition.

This commit is contained in:
liumengyi
2022-02-24 16:15:08 +08:00
parent bdaf8ced98
commit e0814cd74b
33 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -1414,7 +1414,7 @@ class testtaskModel extends model
if($id == 'actions') $class .= 'c-actions';
echo "<td class='" . $class . "'" . ($id=='title' ? "title='{$run->title}'":'') . ">";
if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFlowCell('testcase', $run, $id);
if($this->config->edition == 'biz') $this->loadModel('flow')->printFlowCell('testcase', $run, $id);
switch ($id)
{
case 'id':