Merge branch 'sprint/174_songchenxuan_16798' into 'master'
* Fix bug #16798. See merge request easycorp/zentaopms!708
This commit is contained in:
@@ -1433,7 +1433,7 @@ class testtaskModel extends model
|
||||
echo "</span>";
|
||||
break;
|
||||
case 'title':
|
||||
if($run->branch) echo "<span class='label label-info label-outline'>{$branches[$run->branch]}</span>";
|
||||
if(isset($run->branch)) echo "<span class='label label-info label-outline'>{$branches[$run->branch]}</span>";
|
||||
if($canView)
|
||||
{
|
||||
if($fromCaseID)
|
||||
|
||||
Reference in New Issue
Block a user