* When project manage product, make normal product without 'has-branch' class.

This commit is contained in:
qiyu-xie
2021-07-20 08:31:59 +08:00
parent c9ee925c65
commit 907f16d5ff
+1 -1
View File
@@ -1589,7 +1589,7 @@ class project extends control
$this->view->allProducts = $allProducts;
$this->view->linkedProducts = $linkedProducts;
$this->view->unmodifiableProducts = $unmodifiableProducts;
$this->view->branchGroups = $this->loadModel('branch')->getByProducts(array_keys($allProducts), '', $linkedBranches);
$this->view->branchGroups = $this->loadModel('branch')->getByProducts(array_keys($allProducts), 'ignoreNormal', $linkedBranches);
$this->display();
}