* Fix the error when open product all in tutorial mode.

This commit is contained in:
wangxuepeng
2023-12-18 11:19:54 +08:00
parent 13fbf8ee6a
commit d4191032c9
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -117,6 +117,7 @@ class tutorialModel extends model
$product->activeBugs = 0;
$product->latestReleaseDate = 0;
$product->latestRelease = 0;
$product->plans = 0;
$productStat[$product->id] = $product;
return $productStat;