* [bug#48352] Hidden the button batch create story when product is empty.

This commit is contained in:
xieqiyu
2024-09-19 14:44:08 +08:00
committed by 王于听
parent 082322f316
commit 97ab0099ec
2 changed files with 12 additions and 8 deletions
+1
View File
@@ -479,6 +479,7 @@ class execution extends control
$this->executionZen->assignCountForStory($executionID, $stories, $storyType);
$this->executionZen->assignRelationForStory($execution, $products, $productID, $type, $storyType, $param, $orderBy, $pager);
$this->view->productID = $productID;
$this->view->project = $project;
$this->view->linkedProductCount = count($products);
$this->display();